how do i use special characters in a string. example
s:= 'the 'quick' brown fox';
how do i use special characters in a string. example
s:= 'the 'quick' brown fox';
SCAR Code:s := 'The ''quick'' brown fox';
And of course you could get the character number.
SCAR Code:s := 'The '+#39+'quick'+#39+' brown fox';
Last edited by i luffs yeww; 03-28-2010 at 07:28 AM.
-_- I did.. Run it.
If you do '' (that's ' ' without the space) then it come out as '.
using char numbers why didnt i think of that. thx yeww
There are currently 1 users browsing this thread. (0 members and 1 guests)