Questions:
1 -How many computers can I install the software per license and how easily can I move my license from computer to computer.
2 - I have a loop in my script which allows me to get all folders within a folder.
Let>GFL_TYPE=1
GetFileList>C:\Users\temp\*.*,folder_list,;
Separate>folder_list,;,folders
If>folders_count>0
Let>fldr=0
Repeat>fldr
Let>fldr=fldr+1
Let>this_folder=folders_%fldr%
Until>fldr=folders_count
Endif
This returns the full folder path for the variable ‘this_folder’, but is there a way to return simply the folder name within this loop ? Thus putting something in the loop to simply return the folder name in a separate variable.
3 - The last issue I’m having with my macro is that I need to count the number of lines per file then append the number to the file name. is that possible?
Thank you for your time and your wonderful software.
