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

Re: HOW Do I Use ' as a literal in a string?



  Hey it is TWO ticks thanks Yall this worked

    let $user_pwd = 'user ''upload'' ''upload''  '

  Prety Cool Just leave out the Concat and make it all on one line..



-----Original Message-----
From: Doug Nichols [mailto:drnichols@ATT.NET]
Sent: Friday, May 18, 2001 9:11 AM
To: SQR-USERS@list.iex.net
Subject: Re: HOW Do I Use ' as a literal in a string?


        it would be four ticks, like this, ''''   plus, you'll need a
concatenation
operator like the ||.


-----Original Message-----
From: Discussion of SQR, Brio Technology's database reporting language
[mailto:SQR-USERS@list.iex.net]On Behalf Of Scott Eubank
Sent: Friday, May 18, 2001 8:59 AM
To: SQR-USERS@list.iex.net
Subject: HOW Do I Use ' as a literal in a string?


Error in include file "/home/FSDEV/user/sqr/ascftp_hypr.sqc" on line 23:
   (SQR 4008) Unknown function or variable in expression: upldprd'''

   let $user_pwd = 'user '''upload''' '''upload'''  '

   I want  $user_pwd to = user 'upload' 'upload'

   I am writing a unix script and I need those ' (tick/apostroph) mark to be
apart of the string and for the life of me I thought the 3 ticks would work
but it dont.

PLEASE HELP ME with this VERY STUPID Question


Thanks
Scott Eubank