What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Call a Function within a Function

Call a Function within a Function
Author: Message:
Intosia
Junior Member
**

Avatar
I'm dynamic ^^

Posts: 78
40 / Male / –
Joined: Mar 2004
RE: Call a Function within a Function
Like this:

code:
function test1(value) {
    Debug.Trace(value)
};

function test2() {
   test1('hi');
};



I gave the wrong link, here you can find all stuff like that:
http://en.wikipedia.org/wiki/JavaScript_syntax

This post was edited on 08-15-2006 at 09:49 AM by Intosia.
08-15-2006 09:46 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Call a Function within a Function - by Black_Ice on 08-14-2006 at 10:30 AM
RE: Call a Function within a Function - by vikke on 08-14-2006 at 10:31 AM
RE: Call a Function within a Function - by Intosia on 08-14-2006 at 10:52 AM
RE: Call a Function within a Function - by Black_Ice on 08-14-2006 at 10:56 AM
RE: RE: Call a Function within a Function - by alexp2_ad on 08-14-2006 at 10:57 AM
RE: RE: Call a Function within a Function - by Intosia on 08-14-2006 at 10:58 AM
RE: Call a Function within a Function - by Black_Ice on 08-15-2006 at 08:25 AM
RE: Call a Function within a Function - by davidt on 08-15-2006 at 09:13 AM
RE: RE: Call a Function within a Function - by CookieRevised on 08-15-2006 at 10:01 AM
RE: Call a Function within a Function - by markee on 08-15-2006 at 09:16 AM
RE: RE: Call a Function within a Function - by vikke on 08-15-2006 at 09:42 AM
RE: Call a Function within a Function - by davidt on 08-15-2006 at 09:35 AM
RE: Call a Function within a Function - by Intosia on 08-15-2006 at 09:46 AM
RE: Call a Function within a Function - by vikke on 08-15-2006 at 09:56 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