HMS script and variables

Need new test, action, option? Post request here.
Post Reply
User avatar
Stoltze
Posts: 174
Joined: Tue Feb 03, 2004 1:58 am
Location: Denmark

HMS script and variables

Post by Stoltze »

Hi,

I would really much like a setting in HMS, so variables doesn't get parsed, but just written as is.. I have many CommentLines that needs to be updated.....

So, if I want to set CommentLine2 = %udv_myvariable%, that will be the new value of CommentLine2 instead of the value of the variable..

E.g.:
%udv_myvariable% = USA

Result today after script:
CommentLine2 = USA

Wish with function enabled:
CommentLine2 = %udv_myvariable%

Hope this makes sence.. :)
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

We have such task in "to do" list

Regards
Alex
User avatar
Stoltze
Posts: 174
Joined: Tue Feb 03, 2004 1:58 am
Location: Denmark

Post by Stoltze »

Sounds good.. :)
User avatar
Stoltze
Posts: 174
Joined: Tue Feb 03, 2004 1:58 am
Location: Denmark

Post by Stoltze »

Hi Alex,

Hope this feature isn't totally off the list.. :)

I really need it.. :)
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

May be we implement this option in next version...

Regards
Alex
User avatar
Stoltze
Posts: 174
Joined: Tue Feb 03, 2004 1:58 am
Location: Denmark

Post by Stoltze »

KS-Soft wrote:May be we implement this option in next version...
That would make my day.... :)
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

There is update at www.ks-soft.net/download/hm825.zip
Please install version 8.24 before using this update.

This version allows you to use "ResolveMacros yes|no" command in the script. You may use this command in any line, you may use it several times, e.g.
==============
ResolveMacros yes
SetTestParam "ping nasa.gov" commentline01 %udv_admin_mail%
ResolveMacros no
SetTestParam "ping nasa.gov" commentline02 %udv_admin_mail%
==============

Regards
Alex
User avatar
Stoltze
Posts: 174
Joined: Tue Feb 03, 2004 1:58 am
Location: Denmark

Post by Stoltze »

KS-Soft wrote:There is update at www.ks-soft.net/download/hm825.zip
Please install version 8.24 before using this update.
I'm very happy now...... :D

Works perfectly...
Post Reply