Welcome to Dream.In.Code
Getting VB Help is Easy!

Join 136,572 VB Programmers for FREE! Get instant access to thousands of VB experts, tutorials, code snippets, and more! There are 1,927 people online right now. Registration is fast and FREE... Join Now!




VB6 text remover

 
Reply to this topicStart new topic

VB6 text remover

sheamolt
7 Apr, 2008 - 10:16 AM
Post #1

New D.I.C Head
*

Joined: 7 Apr, 2008
Posts: 1

Just wondering how i can load a list (text document) of 300,000+ lines and have it delete the first two characters. Like loading a list, of

CODE

* hi
* this
* is
* the
* list


And have it pop out as

CODE

hi
this
is
the
list


Except with 300,000+ lines. Thanks alot.
User is offlineProfile CardPM
+Quote Post

KeyWiz
RE: VB6 Text Remover
8 Apr, 2008 - 03:28 PM
Post #2

D.I.C Regular
Group Icon

Joined: 26 Oct, 2006
Posts: 428


Dream Kudos: 125
My Contributions
use right(TEXT,len(TEXT)-2)

User is offlineProfile CardPM
+Quote Post

born2c0de
RE: VB6 Text Remover
13 Apr, 2008 - 03:52 AM
Post #3

printf("I'm a %XR",195936478);
Group Icon

Joined: 26 Nov, 2004
Posts: 3,906



Thanked: 34 times
Dream Kudos: 2800
Expert In: 80x86 Assembly, C/C++, VB6, VB.NET, C#, J2SE, Win32 API, Reversing

My Contributions
Or Mid(<string>,3)
If the third argument is not specified, Mid() returns all the characters till the end of the string.
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 12/2/08 11:58PM

Live VB Help!

VB Tutorials

Reference Sheets

VB Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month