Go Back   Gaming Gutter > Non-Gaming > Programming


Programming - All general programming discussion in here.

» Site Navigation
» Home
» FAQ
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Advertisement
» Recent Threads
Go to first new post Trivia
11-19-2007 05:06 PM
Last post by girlikecupcake
Today 02:21 PM
413 Replies, 30,902 Views
Go to first new post Why Make us post here?
11-19-2008 03:54 PM
by shep
Last post by the_mrs
Today 02:21 PM
14 Replies, 92 Views
Go to first new post Lil Wayne
10-21-2008 09:33 PM
Last post by Snakebite
Today 02:20 PM
48 Replies, 411 Views
Go to first new post Question about subeta...
Yesterday 11:15 AM
by Ruzzeh
Last post by girlikecupcake
Today 02:19 PM
1 Replies, 24 Views
Go to first new post Best current TV show
11-13-2008 10:07 AM
Last post by the_mrs
Today 02:18 PM
21 Replies, 137 Views
Reply
 
LinkBack Thread Tools Display Modes

 VB6 Split Function
Old 11-19-2007, 08:15 PM   #1 (permalink)

Male Googlrr is offline
 
Googlrr's Avatar
 
Join Date: Oct 2006
Location: New Hampshire?
Posts: 6,830
GPoints: 287
iTrader: 0 / 0%
Googlrr Is a Lord of AwesomenessGooglrr Is a Lord of AwesomenessGooglrr Is a Lord of AwesomenessGooglrr Is a Lord of Awesomeness
Rep Power: 20
VB6 Split Function

k, so I have this right here.

"digna_kratowicz" : "dhdhd" : "digna_kratowicz@mailin8r.com"


On one line, on a list. I call this line of the list to a string "strUsr".

I want only the first part, "digna_kratowicz" (without the quotations). Then, in a separate string, the password "dhdhd" (again without the quotations). I want the last email part to gtfo (its not important.).

How would I make use of this split function to get it. I've looked around but most of the things I try don't seem to work.


+rep to helperz?
__________________

<3 Li'



Hatz =D

  Reply With Quote

 
Old 11-22-2007, 08:40 AM   #2 (permalink)

Male |G3| is online now

 
|G3|'s Avatar
 
Join Date: Feb 2007
Posts: 3,783
GPoints: 6,433
iTrader: 9 / 100%
|G3| Is a Subordinate to Kyo|G3| Is a Subordinate to Kyo|G3| Is a Subordinate to Kyo|G3| Is a Subordinate to Kyo|G3| Is a Subordinate to Kyo|G3| Is a Subordinate to Kyo|G3| Is a Subordinate to Kyo
Rep Power: 21
Just use getbetween.
__________________
proxy sites | proxy | web proxy | glype proxy
GAIA FLP GENERATOR


Thanks Hatz ;3

  Reply With Quote

 
Old 11-25-2007, 11:57 PM   #3 (permalink)
Underground

Male CheeSie is offline
 
CheeSie's Avatar
 
Join Date: Sep 2006
Location: Denmark
Age: 18
Posts: 237
GPoints: 20
iTrader: 0 / 0%
CheeSie Is gaining popularity
Rep Power: 7
Your better off removing the quotations then spliting it. Example

Dim strUser() as String
strUser = Replace(strUser, chr$(38), "") 'I think " is chr38 check on that
strUser = Split(strUser, " : ")

strUser(0) would = digna_kratowicz
strUser(1) would = dhdhd
struser(2) would = digna_kratowicz@mailin8r.com

should work.
  Reply With Quote

 
Old 11-29-2007, 01:14 PM   #4 (permalink)

Male |G3| is online now

 
|G3|'s Avatar
 
Join Date: Feb 2007
Posts: 3,783
GPoints: 6,433
iTrader: 9 / 100%
|G3| Is a Subordinate to Kyo|G3| Is a Subordinate to Kyo|G3| Is a Subordinate to Kyo|G3| Is a Subordinate to Kyo|G3| Is a Subordinate to Kyo|G3| Is a Subordinate to Kyo|G3| Is a Subordinate to Kyo
Rep Power: 21
Quote:
Originally Posted by CheeSie View Post
Your better off removing the quotations then spliting it. Example

Dim strUser() as String
strUser = Replace(strUser, chr$(38), "") 'I think " is chr38 check on that
strUser = Split(strUser, " : ")

strUser(0) would = digna_kratowicz
strUser(1) would = dhdhd
struser(2) would = digna_kratowicz@mailin8r.com

should work.
Or that D:
I forgot about the split function DD:
__________________
proxy sites | proxy | web proxy | glype proxy
GAIA FLP GENERATOR


Thanks Hatz ;3

  Reply With Quote

 
Old 11-30-2007, 08:54 PM   #5 (permalink)
Underground

Male rcadble is offline
 
Join Date: Sep 2006
Posts: 227
GPoints: 61
iTrader: 0 / 0%
rcadble Is Recognizable
Rep Power: 7
Quotations are chr(34), not chr(38). Otherwise, it should work.
  Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -7. The time now is 02:21 PM.


vBulletin skin developed by: eXtremepixels
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The contents of this webpage are copyright © 2006-2008 GamingGutter.com. All Rights Reserved.

Page generated in 0.12221789 seconds (100.00% PHP - 0% MySQL) with 19 queries