Purpose | With CompareText you can compare two text variables. |
Examples |
CompareText
text1="t1"
text2="t2" if Q[ok] ... endif The content of the long text variables "t1" and "t2" is compared. |
Format | CompareText
text1="t1"
text2="t2"
Compares the content of the long text variables "t1" and "t2". You can query the result with "if Q[ok]" (= equal). |
Components | GuiXT + InputAssistant |