[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

wrap format of print command



This is a very silly, but very irritating problem.  Does anyone know why I can't
code the WRAP option with constants?

    print   $message        ( +1 ,1)  WRAP  #wrap-width  #wrap-depth

works, while

    print   $message        ( +1,1)  WRAP   75  6

doesn't, and gives a message that WRAP requires numeric arguments.

The version 4.3 manual SHOWS wrap with the constants!  This problem also occurs
when I try to use the wrapdepth function.

TIA, Peggy