Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / VB Syntax / June 2008



Tip: Looking for answers? Try searching our database.

how to output tab character in VB

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
jtz - 30 Jun 2008 05:07 GMT
I want to output a string including tab characters to the web page form the
VB_developped dll,but all tab characters are substituted by space when
outputed ,althoug I use char(9) in VB code to write the tab character.what is
the correct method to output the tab?
thanks for you help.
Sinna - 30 Jun 2008 08:02 GMT
> I want to output a string including tab characters to the web page form the
> VB_developped dll,but all tab characters are substituted by space when
> outputed ,althoug I use char(9) in VB code to write the tab character.what is
> the correct method to output the tab?
> thanks for you help.
Where do you output the string to? Perhaps you can substitute Chr$(9)
with the vbTab constant.

Sinna
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.