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

isempty function #25

Open
iamjexcdevvv opened this issue Jun 26, 2023 · 0 comments
Open

isempty function #25

iamjexcdevvv opened this issue Jun 26, 2023 · 0 comments

Comments

@iamjexcdevvv
Copy link

image

Hey bro im getting a problem with isempty function with the dialog i have this code on my script the function keeps returning me not empty even tho its empty

if (isempty(inputtext2)) {
print("Empty");
} else {
print("Not empty")
}

Logs:
[2023-06-26T17:50:35+0800] [Info] Recieved = 1
[2023-06-26T17:50:35+0800] [Info] Performed = 1
[2023-06-26T17:50:37+0800] [Info] Not empty
[2023-06-26T17:50:44+0800] [Info] Recieved = 1
[2023-06-26T17:50:44+0800] [Info] Performed = 1
[2023-06-26T17:50:48+0800] [Info] Not empty
[2023-06-26T17:50:59+0800] [Info] Recieved = 1
[2023-06-26T17:50:59+0800] [Info] Performed = 1
[2023-06-26T17:51:06+0800] [Info] Not empty

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