![]() | ![]() | ![]() | ![]() | ![]() |
GetFileLineBeingProcessed() |
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 takes no parameters and returns the text of the current line being processed. The line is as read from a file and may or may not be the current line being processed (after macro expansion etc). The line being processed is available using the GetLineBeingProcessed() call.
The returned line has been stripped of leading and trailing whitespace. This call would usually be called to remember details about a current situation which you may wish to report at some future stage.
If using this call you may also wish to use GetInputFileNameAndLine(), see this section for an example of these calls in use.
![]() | ![]() | ![]() | ![]() | ![]() |