Forum
»
Tutorials & FAQ
»
How-To's
»
How do I combine Variables?
  Rank: Official supportJoined: 2/23/2008(UTC) Posts: 10,332
Thanks: 722 times Was thanked: 379 time(s) in 362 post(s)
|
You can combine two variables like this:
Variable 1: {PATH(GetFileName,C:\Program Files\VisualCron 4\VisualCronClient.exe)}
Variable 2: {STRING(ToUpper,AnyString)}
You want to make upper characters of Variable 1. You can accomplish this by the combined variables below:
{STRING(ToUpper,{PATH(GetFileName,C:\Program Files\VisualCron 4\VisualCronClient.exe)})}
NOTE: VisualCron uses comma "," to separate variable parameters. If you Variable 1 contains commas you will have problems unless you use the alternate variable separation, pipe "|". This is only possible from version 4.8.3. of VisualCron. A combined variable may look like below with pipes instead:
{STRING(ToUpper|{PATH(GetFileName|C:\Program Files\VisualCron 4\VisualCronClient.exe)})} |
|
 1 user thanked Support for this useful post.
|
|
|
Users browsing this topic |
Guest
|
Forum
»
Tutorials & FAQ
»
How-To's
»
How do I combine Variables?
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.