Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
How can I use ord() function if i need to use it to get the ASCII number of a single quote?
Thanks in advance
Mirco
add the variable quote (ctrl + alt + v)
'
no equal sign
then use
=ord(quote)
I don't know how using ord, but ASCII number is 39
add the variable quote (ctrl + alt + v)
'
no equal sign
then use
=ord(quote)
It works!
thanks
(grazie)