Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use TAB?
Message
 
 
To
05/12/2005 00:47:31
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01074830
Message ID:
01074913
Views:
16
>Dear Experts
>
>While posting some questions on this forum
>How to display TAB between every digit like table data
>
>12345
>
>Every digit represent a different field.
>What tag shold I use and how?
>
>Please help

The TAB is CHR(9), e.g.
1   2   3
Is the same as
#define chrTAB chr(9)

"1" + chrTAB + "2" + chrTAB + "3"
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform