concatenated string address as a function parameter

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
breeze4me
Enthusiast
Enthusiast
Posts: 633
Joined: Thu Mar 09, 2006 9:24 am
Location: S. Kor

concatenated string address as a function parameter

Post by breeze4me »

@(some concatenated string)

only for function parameters.

for example,

Code: Select all

CreateFile_( @(Path$ + MyFilename$(i) + ".txt"), ......)
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: concatenated string address as a function parameter

Post by Fred »

CreateFile_() with be changed to accept string as input, should you will be able to do this natively.
Post Reply