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
 maxgro
		
			maxgro
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		add the variable quote (ctrl + alt + v)
'
no equal sign
then use
=ord(quote)
 rubenmarin
		
			rubenmarin
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I don't know how using ord, but ASCII number is 39
 maxgro
		
			maxgro
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		add the variable quote (ctrl + alt + v)
'
no equal sign
then use
=ord(quote)
 
					
				
		
It works!
thanks
(grazie)
