Quote:
Originally Posted by »FlutterShy™
er wollte es ja eben umgekehrt
|
Hast du meinen Post im Zitat geändert? ^^
Quote:
|
If a string is used as a boolean and it is an empty string "" , it will be assumed to equal False (see below).
|
Sprich "" is False und alles andere True
Code:
If GUICtrlRead($input1) Then
ist also True, wenn etwas in der Textbox steht.