| View previous topic :: View next topic |
| Author |
Message |
Stoltze

Joined: 03 Feb 2004 Posts: 168 Location: Denmark
|
Posted: Wed Jul 22, 2009 11:17 am Post subject: HMS script and variables |
|
|
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..  |
|
| Back to top |
|
 |
KS-Soft
Joined: 03 Apr 2002 Posts: 10422 Location: USA
|
Posted: Wed Jul 22, 2009 11:39 am Post subject: |
|
|
We have such task in "to do" list
Regards
Alex |
|
| Back to top |
|
 |
Stoltze

Joined: 03 Feb 2004 Posts: 168 Location: Denmark
|
Posted: Wed Jul 22, 2009 11:47 am Post subject: |
|
|
Sounds good..  |
|
| Back to top |
|
 |
Stoltze

Joined: 03 Feb 2004 Posts: 168 Location: Denmark
|
Posted: Sun Sep 06, 2009 2:45 pm Post subject: |
|
|
Hi Alex,
Hope this feature isn't totally off the list..
I really need it..  |
|
| Back to top |
|
 |
KS-Soft
Joined: 03 Apr 2002 Posts: 10422 Location: USA
|
Posted: Mon Sep 07, 2009 8:48 am Post subject: |
|
|
May be we implement this option in next version...
Regards
Alex |
|
| Back to top |
|
 |
Stoltze

Joined: 03 Feb 2004 Posts: 168 Location: Denmark
|
Posted: Mon Sep 07, 2009 8:49 am Post subject: |
|
|
| KS-Soft wrote: | | May be we implement this option in next version... | That would make my day....  |
|
| Back to top |
|
 |
KS-Soft
Joined: 03 Apr 2002 Posts: 10422 Location: USA
|
Posted: Mon Sep 07, 2009 10:28 pm Post subject: |
|
|
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 |
|
| Back to top |
|
 |
Stoltze

Joined: 03 Feb 2004 Posts: 168 Location: Denmark
|
Posted: Sun Sep 13, 2009 4:02 pm Post subject: |
|
|
I'm very happy now......
Works perfectly... |
|
| Back to top |
|
 |
|