| Author |
Message |
Forum: Support Topic: Break apart a read line into viarables... how to? |
| rataplan |
|
Posted: November 23rd, 2010, 2:25 pm
|
|
Replies: 2 Views: 97
|
Ow...
Must have read over it, but you got me on the right track!
Thanks a million!!
Rata |
|
 |
Forum: Support Topic: Break apart a read line into viarables... how to? |
| rataplan |
|
Posted: November 23rd, 2010, 2:03 pm
|
|
Replies: 2 Views: 97
|
| Hello, I'm kinda stuck here. What i want to do is to put together a little database. I got dat in a *.txt file, delimited with tabs, for example: "LincePlate Name Function TelNr" FileReadLine enables me to read the whole line, but i want to break i apart to be able toplay with the virables... |
|
 |
Forum: Scripts Topic: [Free Space] Slick tool to know each drive's free space |
| rataplan |
|
Posted: April 28th, 2010, 10:45 am
|
|
Replies: 5 Views: 3237
|
Code: Height := 25+12*DrvNum in Gui_Create 25 in stead of 17 seems better to me. I also got rid of Fixed
Code: DriveGet, FD_List, List,Fixed
in Get_List so that removable devices would be recognized too |
|
 |
Forum: Support Topic: add the time(a clock) in a GUI |
| rataplan |
|
Posted: January 26th, 2010, 5:37 pm
|
|
Replies: 12 Views: 1155
|
| or a bit simpler: Gosub,currentTime Gosub,guiupdator SetTimer,currentTime,500 Gui, Add, Text, x40 y10 w70 h20 vsimpletime, Time Gui, Show, x280 y102 h40 w140, Clock currentTime: FormatTime,Time,T12,hh:mm:ss Gosub,guiupdator Return guiupdator: GuiControl, text, simpletime , %Time% return GuiClose: Ex... |
|
 |
Forum: Support Topic: Suddenly some hotkeys refuse to work... |
| rataplan |
|
Posted: January 26th, 2010, 12:56 pm
|
|
Replies: 2 Views: 274
|
I think I figured it out.
It's not possible to declare hotkeys after a 'return' statement. You need to group them before any 'function' of the script begins. |
|
 |
Forum: Support Topic: Suddenly some hotkeys refuse to work... |
| rataplan |
|
Posted: January 26th, 2010, 11:29 am
|
|
Replies: 2 Views: 274
|
| ...after putting a little script at the top of the script. And I don't know why :oops: My first script I 'modified' was: Minimize Window to Tray Menu , in a way that there was NoTrayIcon. (Many thanks for those scripters) Then I wanted to ad a function to send time into a document (Word, Excel, ...)... |
|
 |
| Sort by: |