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

Re: Irritating sqr error



I think both will cause a compile error because of the variable you used
will make sqr confused. In sqr $ sign for alphanumeric and # for numeric
format only. Why don't you try with # sign to see what happens.

Move '041001939'   to $Transit
  or
Let $Transit  = '041001939'

This will work for you.

---------------------------------------------
Clint Lu
Caremark Rx, Inc.
Phone: 847-559-4717
Fax    : 847-559-4840




-----Original Message-----
From: Jim Hardesty [mailto:jhardest@LMBERRY.COM]
Sent: Wednesday, October 27, 1999 12:07 PM
To: Multiple recipients of list SQR-USERS
Subject: Irritating sqr error


I don't know how many times this one has bitten me....

Which of the following will cause a compile error?

Move '041001939'   to $Transit#
  or
Let $Transit#  = '041001939'

jim