What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: [Request] A simple regular expression function
I made a simple function for now (before your post John Anderton ;)) [code]// Move substring to end of string function moveToEnd(string, substring) { var moveToEndI = 0; while(string.indexOf(substring) > -1) { string = string.replace(substring, ...
SkarboScripting04-29-2008 at 04:52 PM
RE: Determining Empty variables
Some methods: ($variable == null) or just (!$variable)
SkarboScripting04-28-2008 at 10:41 AM
[Request] A simple regular expression function
Im not any good at building regular expression so i need a litle help with this simple function. All i want to do is search for a character in a string and move it to the end of the string. Example: function moveToEnd(string, search) -> moveToEnd(AAB...
SkarboScripting04-28-2008 at 09:33 AM
RE: [Request] Read, write and delete from/to ini file
Thanks!
SkarboScripting04-23-2008 at 10:15 AM
[Request] Read, write and delete from/to ini file
This was a bit hard to search for (since ini is a 3 letter word^^), sorry if its a repost. I found these scripts: Ini to object: http://mpscripts.net/code.php?id=12 Read INI Files: http://mpscripts.net/code.php?id=23 Text Files Operations: http://mp...
SkarboScripting04-23-2008 at 09:21 AM
RE: [?] Trouble using ImageElmt_SetImageFile()
Thanks, that did the trick.
SkarboScripting04-22-2008 at 05:51 PM
[?] Trouble using ImageElmt_SetImageFile()
Hi, i just started scripting scripts for Messenger. Right now im just playing around and figuring out what i can do. When i try to change the image id=ImgSound2 using ImageElmt_SetImageFile() nothing happens. Im pretty new at XML, so maybe the proble...
SkarboScripting04-22-2008 at 03:02 PM
[Hide Excerpts]