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

Re: wrap format of print command



Your are right! It should work fine both ways.
Perhaps it's a problem with 75. What's your page width?
Did you tried with a smaller number like 20?

Good luck!

John.
----- Original Message -----
From: Peggy McCall <peggy.mccall@PHARMA.NOVARTIS.COM>
To: Multiple recipients of list SQR-USERS <SQR-USERS@list.iex.net>
Sent: Thursday 24 de June de 1999 14:05 PM
Subject: 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
>