What is the mechanism to instruct the script engine to ignore the first % in the %NW parts of the string?
The instruction:
Let>Text1=Common words: %NW{%Fip%}0 - %NW{%Fip%}3
results in:
%NW{%Fip%}0 - %NW{2}3
instead of the desired:
%NW{2}0 - %NW{2}3
Regards
Strings, Variables, and %
Moderators: JRL, Dorian (MJT support)
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
Take the % you want to keep and make that into its own variable. Like this:
Hope this helps.......Let>Keep=%
Let>Fip=2
Let>Text1=Common words: %Keep%NW{%Fip%}0 - %Keep%NW{%Fip%}3
MessageModal> This is the answer: %CRLF%%Text1%
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!