function question
Moderator: General Moderators
-
Charles256
- DevNet Resident
- Posts: 1375
- Joined: Fri Sep 16, 2005 9:06 pm
function question
erm..how would I go back out declaring a function when I don't know how many parameters there would be? Might be 10 variables passed to it, might be ten million. Any clues? Links? Slaps?anything?:)
-
Charles256
- DevNet Resident
- Posts: 1375
- Joined: Fri Sep 16, 2005 9:06 pm
but if i don't declare a variable when defining the function how do I refer to it within the function? i.e.
how would i reference that within the function?
Code: Select all
function ()
{
}
function (1,2,3)-
Charles256
- DevNet Resident
- Posts: 1375
- Joined: Fri Sep 16, 2005 9:06 pm
i read the link but in my haste read over the important part. it be stored in an array. rather tedius but i think i can work it out just write that it works properly. it's tricky becausei plan on sending something like
1,2,3,4,5,6,7,8;1,2,3,4,5,6,7,8;1,2,3,4,5,6,7,8 and so on and so forth:-D shall be tricky.lol
1,2,3,4,5,6,7,8;1,2,3,4,5,6,7,8;1,2,3,4,5,6,7,8 and so on and so forth:-D shall be tricky.lol