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

Re: SQR



# is used to store a number variable
$ is used to store a text or date variable

like
let #Number_Variable = 10
let $Text_Variable = 'The Answer'

SQR will convert data type to another, but in answer to second question, use
according to your needs.  Typically use #Numbers for calculations, and $Text
for printing.

Bruce




-----Original Message-----
From: M J [mailto:mjmaxima@YAHOO.COM]
Sent: Monday, October 01, 2001 1:34 PM
To: SQR-USERS@list.iex.net
Subject: SQR


Hi folks:

  Questions about SQRs. What is the difference between
# and $. When should each of them be used?
TIA