Buesching, Logan J wrote:
1.) I had a couple questions on what the standard or “best practice” for
documenting a few things.
When I see something in the source code that is:
RETURN LONG(val);
But I notice that when I do gettype($val), it is actually an integer.
Maybe I’m missing
1.) I had a couple questions on what the standard or "best practice" for
documenting a few things.
When I see something in the source code that is:
RETURN LONG(val);
But I notice that when I do gettype($val), it is actually an integer.
Maybe I'm missing something? Does it return a long