[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Syntax help for print command
- Subject: Re: Syntax help for print command
- From: "Aultman, Steven (SMAU)" <SMAU@CHEVRON.COM>
- Date: Tue, 20 Oct 1998 09:27:20 -0700
Joe,
The manual for PRINT says:
PRINT {any_column | variable | literal } {position} [format_command
[format_command parms]...]
The {position} is a general convention in SQR, (line_position, column
position, length)
Positions can be relative, e.g.(+1,+3,5) or absolute,e.g. (1,1,5).
If you don't have any manuals a good substitute can be found at the Ray
Ontko website: http://www.ontko.com
> --Original Message-----
> From: Joe Hartley [SMTP:jh@METHENY.BRAINIAC.COM]
<snip>
> What the blazes are the 3 values in parentheses in the print statement??
>
> My best guess was (lines_down, spaces_over, num_of_chars), but the way
> these get used doesn't seem quite consistent with that.
>
> Thanks in advance for any and all clues!
>
> Joe Hartley - jh@brainiac.com - brainiac services, inc
>