--
---Get VDE and related files at http://sites.google.com/site/vdeeditor/
---
You received this message because you are subscribed to the Google Groups "VDE_Editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vde_editor+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vde_editor/84631e7c-1116-6325-3211-25c642b20a09%40gmail.com.
--
---Get VDE and related files at http://sites.google.com/site/vdeeditor/
---
You received this message because you are subscribed to the Google Groups "VDE_Editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vde_editor+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vde_editor/1955804562.20210822133130%40wellesway.com.
Hello Eric,
Monday, August 23, 2021, 7:19:15 PM, you wrote:
(I think Gary was saying that LFNs don't matter to him, not that he couldn't exchange data between various programs.)
Instead of porting my over three hundred lines of Personal REXX for DOS code I use to convert downloaded transaction histories to a form Managing Your Money for DOS could import to Open Object REXX, I wrote a line of batch code to rename them from LFN to the 8.3 names they used to download as:
historynnnnnnnn.csv -> nnnnnnnn.csv
for %csv in (history*.csv) do move %csv c:\oak\%@right[12,%@filename[%csv]]
Once ported the ooREXX code should work fine except that I've grown accustomed to writing and revising my REXX code with VDE.