I'm using structured data with specs to build a record, and the last word
of the input record influences part of the value..

Rather than
 IF1: IF PICK W-1 == /stuff/

SPECS ...

IF1:

SPECS ...

IF1:

Can the SPECS IF clause compare strings, so I can do something like...

SPECS ... IF word(record(),-1) == /stuff/ THEN ... ENDIF
(The above got a syntax error)

That avoids duplicating things if the two SPECS stage when using the
IF/THEN/ELSE with PICK.

Thanks,
Don

Reply via email to