Macro.Return
Posted: Mon Apr 26, 2004 5:50 pm
I am posting this here cause I dont know if this is a bug or not.
I have a sub like this
in the main this piece of code
give as results "abc", but
give FALSE as result.
Insteed if the return do not use "", like
this piece of code
results TRUE.
I have a sub like this
Code: Select all
Sub Any
/return "abc"Code: Select all
/echo ${Macro.Return}Code: Select all
/echo ${Macro.Return.Equal["abc"]}Insteed if the return do not use "", like
Code: Select all
Sub Any
/return abcCode: Select all
/echo ${Macro.Return.Equal["abc"]}