[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
- Subject: Re: wrap format of print command
- From: John Milardovic <milardj@SX.COM>
- Date: Thu, 24 Jun 1999 13:38:12 -0400
Hi Peggy.
I couldn't replicate your problem. Are you using Workbench to write your
scripts? If you are try running the script with the '-CB' option as I find
workbench does not always display the true error message. There is nothing
syntactically wrong with your wrap command.
Sorry not much help.
John Milardovic
> -----Original Message-----
> From: Peggy McCall [SMTP:peggy.mccall@PHARMA.NOVARTIS.COM]
> Sent: Thursday, June 24, 1999 1:05 PM
> To: Multiple recipients of list SQR-USERS
> 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