it almost work..:D... really...
But unfortunately, when I put the code in step event like this
if keyboard_check_pressed(vk_enter)
{
text=keyboard_string;
keyboard_string='';
alarm[0] = 5; // it will processing the string
}
And I put code in alarm[0] event like what's your code
if string_count("5",keyboard_string)
show_message("that's true")
else
show_message("that's false")
That's true, when I type except 5 it show a message "that's false!"But why even I type "5" it still show a message "that's false!"
Um, I really got stuck here..."
But really, thanks for your reply..:D



Find content
Not Telling
