![]() | ![]() | ![]() | ![]() | ![]() |
This is a rexx function provided by PPWIZARD. This routine (like all PPWIZARD extensions) can be used with any operating system supported 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:
#evaluate 'Var1' ~RandomString('VAR1_????')~ #evaluate 'Var2' ~RandomString('????????')~ ... <$Var1> = <$Var1> + 1; <$Var2> = <$Var1>;
![]() | ![]() | ![]() | ![]() | ![]() |