Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with 'inputtext' #5

Closed
ghost opened this issue Oct 24, 2017 · 1 comment
Closed

Bug with 'inputtext' #5

ghost opened this issue Oct 24, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 24, 2017

Code:

if(!strlen(inputtext))

nit worked.This is because in INPUTTEXT [0] the ascii is written as 1
Works just like this:

if(INPUTTEXT[0]==1) //empty text

Could you fix this bug?

@ziggi
Copy link
Member

ziggi commented Oct 25, 2017

Fixed.

@ziggi ziggi closed this as completed Oct 25, 2017
@XEGARE XEGARE mentioned this issue Oct 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant