The QUOTE character ' ' [Resolved]
Posted: Fri May 06, 2011 11:24 am
Hello at all
Someone can explain to me what is the function of QUOTES ''
When i write :The return is 48
Here i say to me ...it's easy...it's the ASCII value of zero
I'm again more sure when i write :The return is 49
So when i write :
I obtain 12337
What is this number of another planet ???
Thanks and good day
Someone can explain to me what is the function of QUOTES ''
When i write :
Code: Select all
Debug '0'
Here i say to me ...it's easy...it's the ASCII value of zero

I'm again more sure when i write :
Code: Select all
Debug '1'

So when i write :
Code: Select all
Debug '01'
I obtain 12337
What is this number of another planet ???

Thanks and good day