29.04.2012, 03:20
i got a simple question,
i want to make a function that takes unlimited args
easy.. but i want this function to only accept strings as the arguments.
im not sure how to enforce that its a string(s) being passed.
i know how to enforce a tag but not sure about the string.
thanks
i want to make a function that takes unlimited args
easy.. but i want this function to only accept strings as the arguments.
pawn Код:
stock CreateNew%$%&%^$(name[],...)
{
return 1;
}
i know how to enforce a tag but not sure about the string.
thanks