RE: Re[2]: [EXTERNAL] Re: [RBASE-L] - variable gauge set max value

2024-03-20 Thread 'Dan Goldberg' via RBASE-L
lf Of Bruce Chitiea Sent: Wednesday, March 20, 2024 8:29 AM To: rbase-l@googlegroups.com Subject: Re[2]: [EXTERNAL] Re: [RBASE-L] - variable gauge set max value Dan: Just spitballin' here: Perhaps variable veshipnum needs pre-formatting to provide the quoted PROPERTY syntax: SET VAR v

Re[2]: [EXTERNAL] Re: [RBASE-L] - variable gauge set max value

2024-03-20 Thread Bruce Chitiea
Dan: Just spitballin' here: Perhaps variable veshipnum needs pre-formatting to provide the quoted PROPERTY syntax: SET VAR vapos TEXT = SET VAR vgaugeParam TEXT = (.vapos + (CTXT(.veshipnum)) + .vapos) ... alternately: SET VAR vgaugeParam TEXT = ( (CHAR(039)) + (CTXT(.veshipnum)) + (C