Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


NRLINES

...

NRLINES returns the number of lines in a document

Syntax

NRLINES(Document$)

Arguments

  • Document$

     is

    is a text document

Remarks

  1. CrLf(Chr$(13)+Chr$(10))

     is

      is considered as carriage return character

    in 

    in Document$

Examples

NRLINES("Qnowledge")

returns 

returns 1


a=NRLINES("Qnowledge 
           Haagsteeg 2 
           Wageningen")

returns 

returns 3


 

Quick links: Functions overview | Attribute overview | Constants overview | Dimensions overview

...