@WORDWRAP[]

 

Returns text for the most recent WORDWRAP( ) call.

 

Syntax:

xx = @WORDWRAP[linenum]

 

Returned value:

Text is returned for the specified line in "linenum" and based on the WORDWRAP() option

used.

Example:

then: dim wraptext(999)

then: xx = WORDWRAP(9,"70","1"); c(3,.0)="1"

loop

if: c lt xx

then: wraptext(c) = @WORDWRAP(c); c=c+"1"; goto loop

then: end