Jump to content

Rauto

Members
  • Posts

    13
  • Joined

  • Last visited

Profile Information

  • Location
    London UK

Rauto's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Global $num,$x="009" $num=number($x) MsgBox(0,"",$num)
  2. ;~colours in console window ConsoleWrite(" Black" & @LF) ConsoleWrite("! Light green" & @LF) ConsoleWrite("+ Dark blue" & @LF) ConsoleWrite("> Blue" & @LF) ConsoleWrite("- green/blue" & @LF)
  3. hi autosc if you are using SciTe have you tried File/Export/as PDF Rauto
  4. ClipPut("united ") ClipPut(ClipGet() & "states ") ClipPut(ClipGet() & "of america") msgbox(0,"Appended to Clipboard",ClipGet())
  5. quick and dirty but it extracts 25 from Un25titled $Num="" $winTitle="Un25titled" For $i = 1 to StringLen($winTitle) $char=StringMid($winTitle,$i,1) if ASC($char) < 58 then $Num=$Num & $char Next msgbox(0,"",$Num) Rauto
  6. Once again thanks to the team for the superb AutoIT - but does anyone have any tips for using SciTe's macro feature, it doesn't seem as intuitive as the click and type in Crimson Editor Rauto
  7. re the html page - to open as source - many thanks - rob
  8. hey y'all is it possible to open an html page from my hard drive in a GUI window ??? thanks for AutoIt - it is the greatest
  9. m("one") m("two") m("three") exit Func m($zzz) MsgBox(0,"",$zzz) EndFunc
×
×
  • Create New...