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

Re: Exclaimation Point!



Jill Parr wrote:
> Would anyone know how to print an exclamation point in SQR 3.0.  As in:
>
>        print 'This is a drag!'   (1,1)

I believe this can be done using two consecutive exclamation points.  For
example:

         print 'This is a drag!!'  (1,1)

Will actually print out:

         This is a drag!

I am running SQR 3.0.5 under HP/UX and this works for me.  I hope this helps!

-- Andy Zitelli