Thread: Split string
View Single Post
SpawnerF
Member
Join Date: Apr 2017
Location: Morocco
Old 07-10-2017 , 23:03   Re: Split string
Reply With Quote #14

Thanks but I searched yesterday on the new guide package didn't find anything intresting related to sizeof.

I just need to understand something, if it's a pre-processor directive then why it is not resolved during the first stage which is "preprocessing"? ( You can check that using "-l" argument in the compiler "amxxpc.exe" )

So the value evaluates at compile time means that sizeof isn't a pre-processor directive.

btw it's an operator not a function.

Edit+ :
Quote:
Originally Posted by VEN View Post
sizeof isn't a preprocessor directive, it's a pawn operator.
__________________
XX was created just for giving evidence and not meant to damage public servers.
&We do not test on public servers.
Thank's.

Last edited by SpawnerF; 07-10-2017 at 23:35.
SpawnerF is offline