What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » How to update the DP filename as personal Msg

How to update the DP filename as personal Msg
Author: Message:
tantiger
New Member
*


Posts: 6
Joined: Jan 2009
O.P. RE: How to update the DP filename as personal Msg
Hi, Jesus

the fileName in the original code is not a string, so substring method not working directly on it. That's why I first let MyPersonalMessage=fileName, which works fine except it shows the full path info; then I use the tempString to get this info out and remove the path and extension.

My problem is, if I do this way, the tempString always showing the last image's filename instead of the recent one being showed.

Matty's code is showing some names as dW0VZfrFH4igpqB+aknu+YLVPQc=.dt2, which is not what I want to show. I just wondering why it always showing the last image filename instead of the current one:

Messenger.MyPersonalMessage=fileName;
tempString=Messenger.MyPersonalMessage;

After these two codes, tempString is the name of the last image while my messeger's persnal message shows the correct filename (full path).
Hi, Matty, Danny22 and Jesus,

Thank you all for you help. I have figured out how to do that.
Just a force type conversion, let tempSting=String(fileName), then the script is running as what I am expecting :)

Thanks!

01-19-2009 08:15 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
How to update the DP filename as personal Msg - by tantiger on 01-18-2009 at 02:38 PM
RE: How to update the DP filename as personal Msg - by matty on 01-18-2009 at 02:59 PM
RE: How to update the DP filename as personal Msg - by tantiger on 01-18-2009 at 03:55 PM
RE: How to update the DP filename as personal Msg - by Danny22 on 01-18-2009 at 07:16 PM
RE: How to update the DP filename as personal Msg - by tantiger on 01-19-2009 at 02:49 AM
RE: How to update the DP filename as personal Msg - by Jesus on 01-19-2009 at 03:27 AM
RE: How to update the DP filename as personal Msg - by tantiger on 01-19-2009 at 08:15 AM
RE: How to update the DP filename as personal Msg - by Jesus on 01-19-2009 at 02:12 PM
RE: How to update the DP filename as personal Msg - by tantiger on 01-19-2009 at 03:04 PM
RE: How to update the DP filename as personal Msg - by Jesus on 01-19-2009 at 03:46 PM
RE: How to update the DP filename as personal Msg - by Danny22 on 01-19-2009 at 06:39 PM
RE: How to update the DP filename as personal Msg - by Jesus on 01-19-2009 at 07:04 PM
RE: RE: How to update the DP filename as personal Msg - by Danny22 on 01-19-2009 at 08:31 PM
RE: How to update the DP filename as personal Msg - by Jesus on 01-20-2009 at 02:06 AM
RE: How to update the DP filename as personal Msg - by Danny22 on 01-20-2009 at 10:31 AM
RE: How to update the DP filename as personal Msg - by tantiger on 01-20-2009 at 01:50 PM


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