Variable Modifiers

<< Click to Display Table of Contents >>

PackBench > 7.3 u1 > User Guide > Reference and Cheat Sheets 

Variable Modifiers

In PackBench it is possible to use special modifiers to transform the value of variables. For example, to get only the file name from a variable that contains a full file path, the following syntax can be used:

 

($MyVariable->FileName)

 

If MyVariable is equal to C:\temp\test.exe, the result of the above syntax will only be "test.exe".

 

The following modifiers are possible: