- ARev 3.x not networked
- A table has a POPUP
- A row in the table contains a value of hex 18
- A symbolic is used in this manner
CV=@RECORD@ANS=SEQ(CV)(there is a bit more to it than that but this does make my point)- RList prints 18
- POPUP prints 32 Why? and how can I stop this??
Thanks a bunch…Mike.
@RECORD is a global variable that is being re-assigned
between the time the desired record is read and the
routine to extract your data.