Page 1 of 1

concatenated string address as a function parameter

Posted: Mon Aug 31, 2015 6:10 pm
by breeze4me
@(some concatenated string)

only for function parameters.

for example,

Code: Select all

CreateFile_( @(Path$ + MyFilename$(i) + ".txt"), ......)

Re: concatenated string address as a function parameter

Posted: Mon Aug 31, 2015 6:34 pm
by Fred
CreateFile_() with be changed to accept string as input, should you will be able to do this natively.