..


Sponsored Links

How do I convert a tab into a space?

It 'pretty simple. It 'just to use the VBScript Replace function to:






 Dim text







 text = Replace (text, vbTab, "")



In the same category ...
E-Learning
ASP (Advanced) ASP (Advanced)
Full course for creating dynamic Web sites. From 39 €.
ASP Zero (Ebook) ASP Zero (Ebook)
Learning Microsoft ASP and VBScript from scratch. At only 29 €.
ASP and Access (Ebook) ASP and Access (Ebook)
Managing a MS Access database with ASP. At only 29 €.
Sponsored Links