OS/2 Procedures Language 2/REXX


Inf-HTML [About][Toc][Index] 0.9b (c) 1995 Peter Childs


SOURCELINE




 >>--SOURCELINE(-+-----+-)------><
                 +--n--+

SOURCELINE returns the line number of the final line in the source file if 
you omit n, or returns the n th line in the source file if you specify n. 
If specified, n must be a positive whole number, and must not exceed the 
number of the final line in the source file. 
Here are some examples: 

SOURCELINE()    ->   10
SOURCELINE(1)   ->   '/* This is a 10-line program */'
  

Inf-HTML End Run - Successful