PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
[Bottom][Contents][Search][Prev]: GetInputFileNameAndLine()[Next]: GetQuotedRest()
\ -> Rexx -> Inbuilt PPWIZARD Functions -> GetLineBeingProcessed()

GetLineBeingProcessed()

This is an inbuilt function function provided by PPWIZARD.

This function takes no parameters and returns the text of the current line being processed. The line returned is after macro expansion and may or may not be as read from the file. The line as read from the file is available using the GetFileLineBeingProcessed() 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.


email me  any feedback, additional information or corrections.
See this page online (look for updates)

[Top][Contents][Search][Prev]: GetInputFileNameAndLine()[Next]: GetQuotedRest()


PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Saturday May 28 2022 at 2:55pm