Name: Anonymous 2008-03-19 17:18
How do I check what type of variable a variable is?
Something like;
Something like;
if (typecheck(foo,int))
{
/* lol */
}