| View previous topic :: View next topic |
| Author |
Message |
ppeterpp
Joined: 08 Jul 2009 Posts: 61
|
Posted: Sun Nov 08, 2009 9:40 pm Post subject: Editbox empty output? |
|
|
Hy.
What is the editbox's output when it's emtpy?
Is it 0 or nul() ? or what?
Thank you for help!
Regards
Peter |
|
| Back to top |
|
 |
Leef_me
Joined: 08 Apr 2009 Posts: 1159 Location: San Diego, California
|
Posted: Sun Nov 08, 2009 10:14 pm Post subject: Re: Editbox empty output? |
|
|
| ppeterpp wrote: | Hy.
What is the editbox's output when it's emtpy? |
Er, there is no such thing in standard AHk as an editbox.
There is an Edit control that goes with the Gui interface and there is an InputBox that stands by itself, kinda like MsgBox.
Is you question referring to either of these things or something that else that I missed?
The term "nul()" is also not defined in AHk, AFAIK.
To me, both of the above Ahk 'things' seems to be well documented in the helpfile.
I believe each can have a default value specifed by the script writer.
You really should read the details there instead of relying on one of us to read those details and then write them here for you to read. |
|
| Back to top |
|
 |
MasterFocus
Joined: 08 Apr 2009 Posts: 882 Location: Rio de Janeiro - RJ - Brasil
|
Posted: Sun Nov 08, 2009 11:13 pm Post subject: |
|
|
AFAIK, it's "" (blank). _________________
Antonio França
aka MasterFocus aka Tunis
+ My AHK stuff: ~MasterFocus
+ AHK @ irc.freenode.net: #ahk
Contact: PM only ! |
|
| Back to top |
|
 |
ppeterpp
Joined: 08 Jul 2009 Posts: 61
|
Posted: Mon Nov 09, 2009 10:05 pm Post subject: |
|
|
| MasterFocus wrote: | | AFAIK, it's "" (blank). |
thank you i try it out |
|
| Back to top |
|
 |
|