Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/06/2012 in all areas

  1. Hi, How can I work with Controls of C# GUI? Until now I have been worked only with VB GUIs. Thanks
    1 point
  2. Give this here a try: $sLUA = FileRead(@ScriptDir & "LUA.txt") $aLUA = StringRegExp($sLUA, "=s*(d+)", 3) For $i = 0 To 3 ConsoleWrite("[" & $i & "] = " & $aLUA[$i] & @LF) Next LUA.txt is the file with the content of 1st post. Br, UEZ
    1 point
×
×
  • Create New...