Quote:
Originally Posted by Frankie
yeah. I wasn't trying to be a smart ass or anything, I have always wondered what the point to that is. if there are no possible parameters for a function, why add (); to the end? maybe someone else can give a more technical response.
|
It's just the difference between GS1 and GS2. GS2 is object-oriented so all commands were basically converted into functions, hence the parenthesis. Not all functions are required to use any specific parameters, in cases like these you just need to call the function without sending any information to it.