DEFINE TABLE TEST
TAGA/A100 = '<option>';
TAGB/A100 = 'option>';
END
TABLE FILE TEST
PRINT TAGA
TAGB
END
-RUN
The results for TAGA is blank and for TAGB is option>
Seems like when focus sees '<' it just ignore the rest of the string entirely. Anyone knows how to include the '<' sign in the defined field? I'm on WebFocus 761. Thanks.
TAGA/A100 = '<option>';
TAGB/A100 = 'option>';
END
TABLE FILE TEST
PRINT TAGA
TAGB
END
-RUN
The results for TAGA is blank and for TAGB is option>
Seems like when focus sees '<' it just ignore the rest of the string entirely. Anyone knows how to include the '<' sign in the defined field? I'm on WebFocus 761. Thanks.