Posts: 6,129
Threads: 36
Joined: Jan 2009
sizeof works as a constant and generally only returns constants, PAWN uses a static memory allocation system for variable/string sizes, so there's no way that it'd handle a dynamic response, so it is merely a constant it returns. It's only going to harm your compile time, it's hardly inefficient.
Correct me if I'm wrong, but I'm pretty sure I'm right about ^.