This topic has not yet been rated - Rate this topic

_MLINE System Variable

Contains the memo field offset for the MLINE( ) function.


_MLINE = nNumberOfCharacters

Parameters

nNumberOfCharacters

Specifies the memo field offset. For more information about the use of _MLINE and an example of its use, see MLINE( ).

MLINE( ) returns one line of text from a memo field. MLINE( ) stores the location of its memo field offset to the _MLINE system variable. Use _MLINE as the second numeric argument in the MLINE( ) function to increase the performance of MLINE( ).

The startup default value for _MLINE is 0. Be sure to reset _MLINE to 0 before using _MLINE again with the MLINE( ) function.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.