Search found 49 matches
- Sep 05, 2012 6:09
- Forum: Beginners
- Topic: width in fb
- Replies: 7
- Views: 505
width in fb
fxm please help me hi, why semicolon does not work in width #1,80 and only colon works Open "123.txt" For output As #1 for add1 as integer=55660000 to 55669999 Width #1, 80 Print #1, add1;" "; next add1 close #1 thanks for your answers i have 10000 8-digit telephone numbers and i...
- May 20, 2012 17:43
- Forum: Beginners
- Topic: line counter
- Replies: 31
- Views: 1759
Re: line counter
hi fxm -I tried your program It was great!!!! Thank you so much I hope you have a happy life.thanks again.
and also thanks the other friends who put aside thier time to solve and answer my question.
and also thanks the other friends who put aside thier time to solve and answer my question.
- May 19, 2012 15:28
- Forum: Beginners
- Topic: line counter
- Replies: 31
- Views: 1759
Re: line counter
Thank you so much for your answers but I have an editor to open my txt files, whenever I open a very very big txt file after a short time It shows the number of lines (2 million lines in about 1 or 2 seconds) but by FB program and using do....loop and line input# and other methods It takes about 15 ...
- May 19, 2012 4:25
- Forum: Beginners
- Topic: line counter
- Replies: 31
- Views: 1759
line counter
hi- what is the fastest way(program) to count the # of lines in a big file in a short period of time,please help me.