I've tested the code and it works except for this line: <@IFEQUAL "local$bla" "some string">
You have to put the @@ in front of the variable to call it: @@local$bla <@ASSIGN NAME="bla" value="some_string"> <@IF EXPR="@@local$bla='some_string'"> broken <@ELSE> okay </@IF> Rick Sanders, > Hi, > Happy new year. > This smells very fishy. Underscores should work entirely fine in variable names and values. Could you be more specific, or post some problem code. The only place I can think where Tango substitutes spaces for underscores is in the naming of taf actions. > > Regards Simon. > > ----- Original Message ----- > From: Alexander Zatko <[EMAIL PROTECTED]> > Date: Tue, 7 Jan 2003 09:54:11 -0500 > To: Multiple recipients of list witango-talk <[EMAIL PROTECTED]> > Subject: RE: Witango-Talk: Underscores in variables... > > > Not sure whether I understand, but this worked here (Tango Win 2000): > > > > <@ASSIGN local$bla value="some_string"> > > <@IFEQUAL "local$bla" "some string"> > > broken> <@ELSE> > > okay > > </@IF> > > > > You might want to try "First<@CHAR 95>[EMAIL PROTECTED]" > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > > Sent: Tuesday, January 07, 2003 9:26 AM > > > To: Multiple recipients of list witango-talk > > > Subject: Witango-Talk: Underscores in variables... > > > > > > > > > Hello, > > > > > > We would like to include an underscore in a stored > > > Variable. Such > > > as email name ( [EMAIL PROTECTED] ) anybody have any > > > ideas as how to > > > get this to work.. Tango seems to be reading this underscore > > > as a space > > > instead of an underscore... > > > > > > any help would be much appreciated. > > > > > > ------------- > > > Jim DeHart > > > > > > ______________________________________________________________ > > > __________ > > > TO UNSUBSCRIBE: send a plain text/US ASCII email to > > > [EMAIL PROTECTED] > > > with unsubscribe witango-talk in the message body > > > > > ________________________________________________________________________ > > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > > with unsubscribe witango-talk in the message body > > > > -- > _______________________________________________ > Get your free email from http://www.graffiti.net > > Powered by Outblaze > ________________________________________________________________________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body > ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
