You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: