[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
NGlong()
Read the information for a LONG entry
------------------------------------------------------------------------------
Function: NGlong()
Syntax: NGlong(nEntry) --> aLong
Description: This function loads a Long Entry List into an array
Variable. This can be used to display the information, or
otherwise view it in any way. Note that any attribute
codes are removed, as the Expand library currently does
not support them.
Returns: an Array with all lines in the Long entry. The Array
is 1 dimensional and contains all strings. A memo
variable could have been chosen here also, but it's
often easier to work with Array's than Memo vars.
Example: Inspect the Demos supplied..
Like NGshort(), NGlong() might return NIL on an invalid Entry,
so your Application ought to check for that value.
See Also:
NGlong()
NGtype()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson