What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » function to cut text if length > 14

function to cut text if length > 14
Author: Message:
Stigmata
Veteran Member
*****



Posts: 3517
Reputation: 45
22 / Other / Flag
Joined: Jul 2003
RE: function to cut text if length > 14
create a substring out of it.

code:
text.substring(0,14);


0 = Starting position
14 = end position.

It just shows you whats in between :)

Hope this was some help
01-29-2007 07:28 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
function to cut text if length > 14 - by LifelesS on 01-29-2007 at 07:21 PM
RE: function to cut text if length > 14 - by foaly on 01-29-2007 at 07:25 PM
RE: function to cut text if length > 14 - by Stigmata on 01-29-2007 at 07:28 PM
RE: function to cut text if length > 14 - by LifelesS on 01-29-2007 at 07:32 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