RE: Two questions
For the xml question go look at the status2ftp script for ftp functions.
As for arrays, you're comparing a string to an entire array, of course it won't work. Create a loop to run through the entire array. But in your example if(Message.match(/Duja/i) != 0) would be better.
This post was edited on 07-23-2006 at 02:51 AM by Silentdragon.
|