PDA

View Full Version : Handle String Operation and Split Source String



NewsArchive
05-16-2012, 02:18 AM
Is it possiple to make a Preprocessor function with "Handle String
Operation and Split Source String" ?

Dirk Büchel

NewsArchive
05-16-2012, 02:18 AM
> Is it possiple to make a Preprocessor function with "Handle String
> Operation and Split Source String" ?

String manipulation compiler directives are not (and will not be) supported
in V7.x.

What you can try to do is to create your own "helper" tool (with
SetupBuilder) and call it at compile time via #run. Then write the result
to an INI and retrieve it via #get ini.

Friedrich