Try putting the variable U12 first, the S0 last. String variables don't know where the end is. Joel Harris
[EMAIL PROTECTED] wrote: > Actually John the "@TOOLCHG(#S0=DROP IS 1.234)(#U12=1)" statement works > fine without the comma. My problem is in the 2nd example "#S0=DROP IS 1.234 > #U12=1". I need a way to separate the two variable declarations. I've tried > a comma, semicolon, colon, and parentheses to no avail. I need some fresh > ideas. > > Thanks in advance, > Dave > > "John Gent" <[EMAIL PROTECTED]>@loki.sdrc.com on 04/26/2002 09:00:37 PM > > Sent by: [EMAIL PROTECTED] > > To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> > cc: > > Subject: Re: [mfg-smartcam] Setting two variables in User Event, Event > Text: field > > Dave, > > You forgot the comma between the variable settings ... > @TOOLCHG(#S0=DROP IS 1.234), (#U12=1) > HTH! > > - John Gent > http://home.attbi.com/~jgent/ > > ----- Original Message ----- > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Sent: Friday, April 26, 2002 2:02 PM > Subject: [mfg-smartcam] Setting two variables in User Event, Event Text: > field > > All, > This is what I can do....@TOOLCHG(#S0=DROP IS 1.234)(#U12=1), the string > is > output and #U12 is successfully set to 1. > This is what I can't do but want to....#S0=DROP IS 1.234 #U12=1 > In the second example the string variable is set but the integer variable > is not. What is output is DROP IS 1.234 0=1 (#U12 is equal to zero prior > to > this). Is this just a syntax error? > > Thanks, Dave > > ====================================================================== > To find out more about this mailing list including how to unsubscribe, > send the message "info mfg-smartcam" to [EMAIL PROTECTED] > ====================================================================== > > ====================================================================== > To find out more about this mailing list including how to unsubscribe, > send the message "info mfg-smartcam" to [EMAIL PROTECTED] > ====================================================================== -- Carr Tool Co. Inc. Londonderry NH 03053 http://www.carrtoolcoinc.com ====================================================================== To find out more about this mailing list including how to unsubscribe, send the message "info mfg-smartcam" to [EMAIL PROTECTED] ======================================================================
