[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: print-image - use of variables
- Subject: Re: print-image - use of variables
- From: Peter Burton <pburton@BRIO.COM>
- Date: Tue, 1 Oct 2002 04:01:38 -0700
Pamela,
Yes ... If you can use a string literal you should be able to use a string
variable with the PRINT-IMAGE command.
What error/effect are you seeing when using a string variable versus a
string literal?
What version of SQR?
What platform and OS version?
Peter
-----Original Message-----
From: Pamela Lantzy [mailto:PLantzy@UAMAIL.ALBANY.EDU]
Sent: Tuesday, October 01, 2002 6:28 AM
To: SQR-USERS@list.iex.net
Subject: print-image - use of variables
Is it possible to use variables in PRINT-IMAGE for source? I didnt want to
hardcode the path of the image. I tried using a variable and using a
#define but neither worked.
print-image (75,80)
type = hpgl-file
source = 'exact path to image file'
image-size = (30,5)
What have others done? We have different directory structures for each
environment.
Thanks,
Pam