Hi
Thank you for the answer
Not that I can use it right now but it explained my problem
I am running ver. 7.2.050
Will getting funds to upgrade this version
Thanks again
/Carsten Stilller
Search found 4 matches
- Mon Jul 25, 2005 11:26 am
- Forum: Technical / Scripting
- Topic: GetFileList ALWAYS returns atleast one file as result
- Replies: 2
- Views: 4020
- Mon Jul 25, 2005 10:20 am
- Forum: Technical / Scripting
- Topic: GetFileList ALWAYS returns atleast one file as result
- Replies: 2
- Views: 4020
GetFileList ALWAYS returns atleast one file as result
Hi Maybe I have misunderstod something but shouldn't GetFileList return an empty string is no files found?? LET>result= LET>acms_source=C:\Temp\ IFDIREXISTS>%acms_source%,CheckForFiles,DirNotExists LABEL>CheckForFiles LET>DirSpec=%acms_source%ThisFileDoNotExists.* GETFILELIST>%DirSpec%,filename IF>f...
- Thu Jul 21, 2005 7:44 am
- Forum: Technical / Scripting
- Topic: The option explicit and using arrays???
- Replies: 4
- Views: 7252
Thanks for the answer
Thanks for the answer :shock: :shock: :shock: I would have liked to work with the explicit option on all the way and not switching it on and off on the way :( I see this as a small/minor bug in the script language I just turn the explicit option off for good :? But thanks anyway /Carsten Stiller
- Thu Jul 21, 2005 7:18 am
- Forum: Technical / Scripting
- Topic: The option explicit and using arrays???
- Replies: 4
- Views: 7252
The option explicit and using arrays???
Hi Im new to this Macro language and have a small question about the explicit option VAREXPLICIT=1 and working with arrays Example: GETFILELIST>C:\temp\*.txt,filenames SEPARATE>%filenames%,;,TextFilenames That gives the array TextFilenames. Now I would like to make a loop oing through all theses fil...