![]() | ![]() | ![]() | ![]() | ![]() |
GetQuotedText() |
This is a rexx function provided by PPWIZARD. This routine (like all PPWIZARD extensions) can be used with any operating system supported by PPWIZARD.
Most ppwizard commands take "quoted parameters". This rexx function allows you to make use of this code.
The function takes one or two parameters:
The function returns the quoted string (without quotes) or dies.
Example |
;--- We expect EXACTLY 3 parameters --- @@P1 = GetQuotedText(substr(@@Line,2), "Rest"); @@P2 = GetQuotedText(Rest, "Rest"); @@P3 = GetQuotedText(Rest);
![]() | ![]() | ![]() | ![]() | ![]() |