What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Sent Files Extention

Sent Files Extention
Author: Message:
alexp2_ad
Scripting Contest Winner
****

Avatar
Who love the chocolate?

Posts: 691
Reputation: 26
36 / Male / –
Joined: May 2004
Status: Away
RE: Sent Files Extention
code:
var dotarray = string.split('.')'
extension = dotarray[dotarray.length-1];
Should get everything after the final dot, which should be the extension.  Don't know if you can pick up the path for the file being sent, never tried.  But if you do, that'll get the extension from the path...

This post was edited on 07-01-2006 at 01:22 AM by alexp2_ad.
07-01-2006 01:21 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Sent Files Extention - by craig2k5 on 07-01-2006 at 01:14 AM
RE: Sent Files Extention - by [Shadow] on 07-01-2006 at 01:19 AM
RE: Sent Files Extention - by alexp2_ad on 07-01-2006 at 01:21 AM
RE: Sent Files Extention - by craig2k5 on 07-02-2006 at 07:00 PM
RE: Sent Files Extention - by rob_botch on 07-03-2006 at 09:45 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On