![]() |
|
|||||||
| ASP & VBScript Forum Need help from a webmaster with ASP or VBScript, you may ask in this forum? |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi to all,
I am new in the Vb Script and would like to ask how to write the numbers using format. For example in the macro i have the numbers: 10 20 30 11 21 31 I also write in the macro: Dim fso, myFile Set fso=CreateObject(""Scripting.FileSystemObject") Set myFile=fso.CreateTextFile("c:\bbb.text,True,False) Now I want to write in the file the numbers a1 b1 c1 using format as in Vb 6 ( for example "##.#" ) I trying myFile.Write ( but don't now what to write here ) Thank you in advance Boris |
|
This ad is part of our Revenue Sharing program |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| perl: text file to excel | usaknight85 | CGI/PERL & Python Forum | 0 | 03-27-2008 05:49 PM |
| Retrieving info from ADSI and displying on text file | serge | ASP & VBScript Forum | 0 | 03-25-2008 03:22 PM |
| VBScript - Writing Func/Sub that can take 0 or 1 args? | humbletech99 | ASP & VBScript Forum | 3 | 02-06-2008 09:38 PM |
| Append text file | frikkied | ASP & VBScript Forum | 3 | 10-31-2007 09:04 PM |
| text file to excel | heavydee | ASP & VBScript Forum | 3 | 09-21-2007 05:55 PM |