What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Msg Plus 5 question about Reg

Msg Plus 5 question about Reg
Author: Message:
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
RE: Msg Plus 5 question about Reg
You're trying to write to the registry, therefore you need to use MsgPlus.ScriptRegPath.

As for arrays, you define them just as you would for JScript.
JScript code:
var arr1 = new Array(); // new empty array
var arr2 = new Array("Item 1", "Item 2"); // new array with items
var arr3 = []; // shorthand version of arr1
var arr4 = ["Item 1", "Item 2"]; // shorthand version of arr2
var arr5 = [["Sub-item 1", "Sub-item 2"], ["Sub-item 1", "Sub-item 2"]]; // multi-dimension array

02-12-2011 12:46 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Msg Plus 5 question about Reg - by ChaosMaker on 02-11-2011 at 01:53 AM
RE: Msg Plus 5 question about Reg - by whiz on 02-12-2011 at 12:46 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