Autor: Michael Wodrich (---.customer.vsm.sh)
Datum: 11.06.18 04:22
Hinter den Zahlen noch radieren...
Locate 4, 1 : Print "X-Koordinate linker Rand : ", %WinLeft;" "
Locate 5, 1 : Print "X-Koordinate rechter Rand : ", %WinRight;" "
Locate 6, 1 : Print "Y-Koordinate unterer Rand : ", %WinBottom;" "
Locate 7, 1 : Print "Y-Koordinate oberer Rand : ", %WinTop;" "
LOL, da stehen bei mir 4 Leerzeichen
So geht es auch:
Locate 4, 1 : Print "X-Koordinate linker Rand : ", %WinLeft;Space$(5)
Locate 5, 1 : Print "X-Koordinate rechter Rand : ", %WinRight;Space$(5)
Locate 6, 1 : Print "Y-Koordinate unterer Rand : ", %WinBottom;Space$(5)
Locate 7, 1 : Print "Y-Koordinate oberer Rand : ", %WinTop;Space$(5)
--
Programmieren, das spannendste Detektivspiel der Welt.
Programmierumgebung: | XProfan (neueste) | Win (neueste)
Nachricht bearbeitet (11.06.18 04:24)
|
|