Firstly i want to say i`m new here.And if i open this topic in wrong place please forgive me for that.
Yesterday i started to learn Purebasic and i liked it.
Generally few months ago i started to learn Autoitscript and i liked it too.(And now still learning too.I like Its GUI)
So, i have question about Purebasic.
How i can define timeout for MessageRequester
Code: Select all
MessageRequester()
For example in Autoit it is so simple like this:
Code: Select all
MsgBox(64,"TEST","TEST",10)
;64 here is flag
;10 here is timeout for MessageBox and eq 10 seconds

And for 48=flag

I searched Purebasic help file and i cannot find what i want to figure it out.Becouse i think help file out Purebasic written so simple and it has no some additional infos and it needs to Purely help file.
Am i right?Or i misunderstand something?
Thanks in advance.
P.S And sorry for my English.It is not my native so, please forgive me for that too
