You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

NRLINES returns the number of lines in a document

Syntax

NRLINES(Document$)

Arguments

  • Document$ is a text document

Remarks

  1. CrLf (Chr$(13)+Chr$(10)) is considered as carriage return character in Document$

Examples

NRLINES("Qnowledge")

returns 1


a=NRLINES("Qnowledge 
           Haagsteeg 2 
           Wageningen")

returns 3


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

  • No labels