How can I check for a variable not defined ?
Posted: Thu Apr 26, 2007 3:49 am
Using a Persistent variable I need to set it to a default value if it is not already initialized from a previous execution.
I've seen from the debugger that a command like
Set Variable SELECT to $MyVariable$
takes the value "$MyVariable$" (the name surrounded by $ sign) if the variable is not defined, so I've try to check if the variable SELECT contain a $ sign.
... but I've got a lot of strange error :
1) Runtime error in insall: cannot open the file "{omiss}\\Temp\\mia13\\.dfm" (note that file name is empty)
2) Runtime error in install: List index out of bouns (25)
depend on how I try to test it.
could you help me ?
I've seen from the debugger that a command like
Set Variable SELECT to $MyVariable$
takes the value "$MyVariable$" (the name surrounded by $ sign) if the variable is not defined, so I've try to check if the variable SELECT contain a $ sign.
... but I've got a lot of strange error :
1) Runtime error in insall: cannot open the file "{omiss}\\Temp\\mia13\\.dfm" (note that file name is empty)
2) Runtime error in install: List index out of bouns (25)
depend on how I try to test it.
could you help me ?