How to strip " from reply

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
menno
Posts: 158
Joined: Fri May 21, 2010 1:27 am

How to strip " from reply

Post by menno »

Hi all,

I hope its a simple question ...
How can i remove text (or chars) in the reply from my tests ?

the output of my test is :

Code: Select all

percent="51"
i want to REMOVE : percent=" & " chars from the reply
i only want the value 51 (in this case)

i allready played with the option : Tune up reply value but did not manage to fix this issue

can you please help me
many thanks in advance
Menno
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

There are several ways to do it.
Tune up Reply expression may look like the following:
1.
[replace(replace('%SuggestedReply%','"',''),'percent=','')]
2.
[substr('%SuggestedReply%',10,lastindexof('%SuggestedReply%','"')-10)]
menno
Posts: 158
Joined: Fri May 21, 2010 1:27 am

Post by menno »

Yeb working !!!

many many thanks for the great support !!!!
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

You are welcome!
Post Reply