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

Search Results
Subject Author Forum Time
RE: [RELEASE] msgr - Share your Flickr photos with your friends over MSN
And I am also bottom row, third from left, foremost.
davidtScripting08-16-2006 at 10:39 AM
RE: [RELEASE] msgr - Share your Flickr photos with your friends over MSN
If Picasaweb has an API similar to flickr's, then yes I will look into it once I've finished this.
davidtScripting08-16-2006 at 08:36 AM
RE: [RELEASE] msgr - Share your Flickr photos with your friends over MSN
Cheers!
davidtScripting08-15-2006 at 09:59 PM
[RELEASE] msgr - Share your Flickr photos with your friends over MSN
Hi All, I wrote this today as my first crack at scripting. [img]http://www.davidtattersall.me.uk/download/msg r_screen_1.jpg[/img] [url]http://www.davidtattersall.me.uk/download/msg r.plsc[/url] msgr allows you to share your flickr photos with your fri...
davidtScripting08-15-2006 at 08:36 PM
RE: Call a Function within a Function
Yeah :) - I was talking about situations like var test = 123; function t() { Debug.Trace(test); } Does anybody know if Jscript is pass-by-value of pass-by-reference? I think it is the latter.
davidtScripting08-15-2006 at 09:35 AM
RE: Tips
If you are calling an XML service and expecting a reply in XML form parse it with MSXML... [code]// -------------------------------------------------- ----------------- // XML request function NewRequest(service) { xmlFile = service; Debug.Trace("C...
davidtScripting08-15-2006 at 09:21 AM
RE: Call a Function within a Function
Yes, functions are global and so can be called from anywhere. It's only the variables withinn functions that stay within the function.
davidtScripting08-15-2006 at 09:13 AM
[Hide Excerpts]