I have a program that read an imported .csv file and determines the position and length of the string for building a dynamic table. This part works fine. The problem I am having is the command string for building the table is put in function using the strtofile() function for building a .prg file. When I run it using the DO command from the command screen it works fine. But when I build an .EXE and run the program the Do command won't update the table with the new structure. I am not sure if you can build an function on the fly and run it after its creation and get the correct results. Maybe there is a better approach?
Thanks
Rich
Thanks
Rich