RunTimeExecute - Variables question
Posted: Mon Jan 09, 2006 1:53 am
In the manual for Plug-In Development, Run-Time Exports, there is a section Variables under RunTimeExecute.
Variables
This parameter contains the names and values of all variables used in the setup script as a comma delimited string list of the form <variable name>,<variable value>,...,<variable name>,<variable value>. If a variable name or value contains embedded spaces, the entire value will be enclosed in double quotes.
Is it true that the Variables format follows the COMMATEXT convention? (This COMMATEXT convention is the last help page under Win32DLL.)
If yes, then is it true that all fields have double quotes? Will you ever pass a string like this?:
"Stri,ng 1","Stri""ng 2","String 3","","String5",String6
Notice the String6 element at the end.
Thanks for this clarification ...
Variables
This parameter contains the names and values of all variables used in the setup script as a comma delimited string list of the form <variable name>,<variable value>,...,<variable name>,<variable value>. If a variable name or value contains embedded spaces, the entire value will be enclosed in double quotes.
Is it true that the Variables format follows the COMMATEXT convention? (This COMMATEXT convention is the last help page under Win32DLL.)
If yes, then is it true that all fields have double quotes? Will you ever pass a string like this?:
"Stri,ng 1","Stri""ng 2","String 3","","String5",String6
Notice the String6 element at the end.
Thanks for this clarification ...