Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
Old 01-31-2006, 07:08 AM String Stripping
Skilled Talker

Posts: 95
Trades: 0
Hi.

I have a recordset that contains email addresss as a string. However all i want to store is the characters before the @.

Is there a way of doing it in vbscript for ASP.

thanks.
higginbt is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-31-2006, 10:03 AM
Minaki's Avatar
Defies a Status

Posts: 1,626
Location: Guildford, UK
Trades: 0
Code:
EMail = "my.email@domain.com"
 
AtPos = InStr(EMail, "@")
EMailName = Left(EMail, (AtPos - 1))
EMailName should now contain "my.email"
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Minaki is offline
Reply With Quote
View Public Profile Visit Minaki's homepage!
 
Old 01-31-2006, 11:43 AM
Skilled Talker

Posts: 95
Trades: 0
Hi thanks i'd just figured out how to do that.
I just wasnt sure if there was an actuall command instead of just using the two.

THanks again for the answer
higginbt is offline
Reply With Quote
View Public Profile
 
Old 02-01-2006, 09:21 AM
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
addArray = split(email,"@")

addArray(0) now contains the name.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to String Stripping
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.19550 seconds with 12 queries