str-var = Get_Line$(line-ptr)


Operands:

line-ptr

the line pointer for the desired line to be fetched.


Returns:


Returns the current Edit text data for the specified line-ptr. Line-ptr can be a line pointer for a data line or a special line.


str-var will be "" ( zero-length string) if the line-ptr value is invalid. 


RC will be 0 and Msg$ will be "" (Null) for successful completion

RC will be 8 and Msg$ set to an error message on failure (e.g. invalid line-ptr)


Created with the Personal Edition of HelpNDoc: Maximize Your Documentation Capabilities with HelpNDoc's Project Analyzer