str-var = Get_Clr_Line$(line-ptr)


Operands:

line-ptr

the line pointer for the desired color control line to be fetched.


Returns:


Returns the current color control line data for the specified line-ptr. Line-ptr must be a line pointer for a data 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: Powerful and User-Friendly Help Authoring Tool for Markdown Documents