[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
RE: [sqr-users] Replacing single quote with two single quotes
- Subject: RE: [sqr-users] Replacing single quote with two single quotes
- From: rwulfson@bost.com
- Date: Tue, 10 Feb 2004 07:47:24 -0700
- List-id: This list is for discussion about the SQR database reporting language from Hyperion. <sqr-users.sqrug.org>
this works
Begin-Program
encode '<39>' into $tic1
let $word = 'haz'||$tic1||'ard'
let $tic2 = $tic1 || $tic1
let $replace = replace($word, $tic1, $tic2)
show $word
show $replace
End-Program
Thanks,
Russ Wulfson
Developer
Boston Market Corporation
Office: 303-216-5614
Fax: 303 -216- 8727
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users