[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
RE: [sqr-users] Leading Zeroes (take 3)
- Subject: RE: [sqr-users] Leading Zeroes (take 3)
- From: "Bambach, Tom" <TBambach@genchemcorp.com>
- Date: Sat, 17 Mar 2007 09:45:01 -0400
- Delivery-date: Sat, 17 Mar 2007 09:47:17 -0400
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
When I want a ' in the string I use chr(39);
if I want " in the string I use chr(34).
let $a = chr(39) || $b || chr(39)
or
let $a = chr(34) || $b || chr(34)
It seems less confusing to me when you look
at the assignment statement as long as you
know what chr(39) and chr(34) are
-----Original Message-----
From: Marc Kane [mailto:kane.marc@gmail.com]
Sent: Friday, March 16, 2007 7:46 PM
To: sqr-users@sqrug.org
Subject: [sqr-users] Leading Zeroes (take 3)
Thanks everyone, I finally got it. Clark you were right those " are a pain.
--
Thank you,
M. Kane
Reports Developer (Crystal Reports/SQR)
PeopleSoft CIS Production Support
GES/New York, NY
702.349.5107
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users