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

Re: Irritating sqr error



Title: RE: Irritating sqr error

The second will.  It doesn't like the # at the end of your variable.  Also, you should use move instead of let anytime you can anyway because it is more efficient.

Kimberly

-----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