Ripping variables out from a string?? [solved] - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: Ripping variables out from a string?? [solved] (/showthread.php?tid=62773) Ripping variables out from a string?? [solved] by kjfk on 07-07-2006 at 08:58 PM
I dont know what it is called, so i cant really search for it. Might have been asked before, so I am real sorry if so. RE: Ripping variables out from a string?? by matty on 07-07-2006 at 09:01 PM
code: RE: RE: Ripping variables out from a string?? by kjfk on 07-07-2006 at 09:10 PM
quote: wont that just replace all t letters in the text with spaces? im quite new to scripting, trying to learn.. but that is all i can figure that to do. If you go for my example (#DoThat;103;208), i would want a variable, lets call it var1, to change its value to 103 and another variable, var2, change its value to 208. I am sorry if i didnt explain good enough . RE: Ripping variables out from a string?? by Dhaya on 07-07-2006 at 09:14 PM
for example code: RE: RE: Ripping variables out from a string?? by segosa on 07-07-2006 at 09:15 PM
Matty doesn't seem to have understood your question. code: EDIT: Damn you Dhaya. RE: Ripping variables out from a string?? by Dhaya on 07-07-2006 at 09:18 PM \o/ at least he'll understand better with two examples RE: Ripping variables out from a string?? by kjfk on 07-07-2006 at 09:18 PM Thank you very much for helping me ^^ RE: Ripping variables out from a string?? [Solved] by matty on 07-07-2006 at 09:23 PM Woops help if I read the entire thread RE: Ripping variables out from a string?? [solved] by dramado on 07-08-2006 at 06:43 AM
function DoThat(a,b) |