Jump to content

tab


Recommended Posts

how can i make a tab in a text that i write

While 1
If WinExists("Benutzerdefinierte Eigenschaften") Then
$1 = ControlGetText("Benutzerdefinierte Eigenschaften", "", "Edit1")
$2 = ControlGetText("Benutzerdefinierte Eigenschaften", "", "Edit2")
$file = FileOpen("C:\1.txt")
FileWrite($file ,@CRLF&$1&"{TAB}"&$2)
FileClose($file)
ExitLoop
Else
EndIf
WEnd
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...