Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need " and ' chars
#1
Solved: 10 Years, 9 Months ago
Hi guys,
could you please help me.
I have a string which contain special characters and I need to separate them.
ex:

testString = @#'$"%*

I need to store each char separatly, and I don't know how to store " and ' chars.

Please help me.
Reply
#2
Solved: 10 Years, 9 Months ago
Hi Nikmar,
Use: Len, Left and Right functions to achieve this.
Reply
#3
Solved: 10 Years, 9 Months ago
Yes of course, I forget about this.
But
I need something like this, I have a variable ch=@#$&"#')(^&* it's a pin stored in DB and I need to decrypt it
c = left(ch,1)
if c == "and here I need chars " and ' " then....

Many thanks.
Reply
#4
Solved: 10 Years, 9 Months ago
I found.
if c = """" then...

Many thanks for respons.
Best Regards.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)