Thread: [Solved] Empty
View Single Post
Culverton smith
Junior Member
Join Date: Apr 2021
Old 05-02-2021 , 03:08   Re: Empty
Reply With Quote #3

Quote:
Originally Posted by JocAnis View Post
Check if string is empty by:
Code:
if( !string[ 0 ] )

OR

if( string[ 0 ] == EOS )
Works. Thank you
Culverton smith is offline