I'm actually using #U12 as a Boolean operator, (mainly because I'm unaware
of one existing). I'm not locked into using #U12 as something specific,
what I need to do is set two variables in the same Event Text Field. I'm
sure there is some way to do this and I think it's as simple as a syntax
error. I think you understand what I'm trying to do Joel and I tried doing
what you said, but it just ignores whatever comes second.
Dave
"Stannard, Rick" <[EMAIL PROTECTED]> on 04/30/2002
11:13:19 AM
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:
Subject: RE: [mfg-smartcam] Setting two variables in User Event, Event Tex
t: field
David,
� In my .tmp files, I use #EVAL(#U0=0)
in the @START section.
� Then when I want to see what sections are being used for troubleshooting
puropses, I change the #U0=0 to a 1 and have a line in each section that
states..
#IF(#U0=1)<display this line>
�and what you see is��� display this line
� I was thinking something like this may work for you.
��� Rick
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 30, 2002 7:32 AM
To: John Gent; [EMAIL PROTECTED]
Subject: Re: [mfg-smartcam] Setting two variables in User Event, Event
Text: field
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]
======================================================================
======================================================================
To find out more about this mailing list including how to unsubscribe,
send the message "info mfg-smartcam" to [EMAIL PROTECTED]
======================================================================