PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
![]() | ![]() | ![]() | ![]() | ![]() |
RandomString() |
This is an inbuilt function function provided by PPWIZARD.
This function will use the template string you provide and returned it filled in with randomly chosen characters. This can be handly for generating random variable names or similar strings.
The function takes 2 parameters:
Stupid Example |
#evaluate 'Var1' ~RandomString('VAR1_????')~ #evaluate 'Var2' ~RandomString('????????')~ ... <$Var1> = <$Var1> + 1; <$Var2> = <$Var1>;