(chr) sets

B

BurtArkin

I want to creat a tab space in a field. Is there a (chr) number for a tab
(similar to 10 and 13 for returns)
 
D

Douglas J. Steele

Chr(9) is definitely Tab.

What are you trying to do with the Tab? If, for instance, you're looking at
it in a text box, the Tab won't do anything (other than show a square
box...)
 
Top