| Author |
Message |
Topic: simple question |
rockit0
Replies: 1
Views: 58
|
Forum: Ask for Help Posted: Wed Jul 09, 2008 1:29 am Subject: simple question |
this my logical is correct?
if (clipboard = "") or (clipboard != "" AND clipboard = temp)
{
...
} |
Topic: Regex with multiple lines question [SOLVED] |
rockit0
Replies: 4
Views: 199
|
Forum: Ask for Help Posted: Mon Mar 31, 2008 3:14 pm Subject: Regex with multiple lines question [SOLVED] |
EXCELENT
Thank's  |
Topic: Regex with multiple lines question [SOLVED] |
rockit0
Replies: 4
Views: 199
|
Forum: Ask for Help Posted: Thu Mar 27, 2008 12:12 am Subject: Regex with multiple lines question [SOLVED] |
This is my var:
Date,Open,High,Low,Adj Close,Volume
2008-03-20,23.03,23.65,22.92,23.00,3155500
2008-03-19,24.94,25.16,23.70,23.70,1788600
2008-03-18,24.42,25.30,24.03,24.90,1893100
2008-03-14,2 ... |
Topic: [SOLVED} what was the day of week? |
rockit0
Replies: 6
Views: 155
|
Forum: Ask for Help Posted: Sat Jan 19, 2008 2:30 am Subject: [SOLVED} what was the day of week? |
Solved
Thank's |
Topic: [SOLVED} what was the day of week? |
rockit0
Replies: 6
Views: 155
|
Forum: Ask for Help Posted: Sat Jan 19, 2008 2:15 am Subject: [SOLVED} what was the day of week? |
Conquer:
Thanks
A_DDDD will return the week day for today. But for 10/01/1999 for example ? |
Topic: [SOLVED} what was the day of week? |
rockit0
Replies: 6
Views: 155
|
Forum: Ask for Help Posted: Sat Jan 19, 2008 2:06 am Subject: [SOLVED} what was the day of week? |
| wday(ddmmyyyy) |
Topic: [SOLVED} what was the day of week? |
rockit0
Replies: 6
Views: 155
|
Forum: Ask for Help Posted: Sat Jan 19, 2008 1:38 am Subject: [SOLVED} what was the day of week? |
How could i know what was the day of week?
Example:
wday(17051986)
so, wday should return Saturday |
Topic: What should i do? |
rockit0
Replies: 3
Views: 153
|
Forum: Ask for Help Posted: Wed Jan 09, 2008 12:16 am Subject: What should i do? |
| http://img99.imageshack.us/img99/2539/errorqp8.jpg |
Topic: Regex Question |
rockit0
Replies: 3
Views: 236
|
Forum: Ask for Help Posted: Mon Nov 26, 2007 5:23 pm Subject: Regex Question |
| Sorry. I developed this "m).*/(143731 using Regex ? |
Topic: Regex Question |
rockit0
Replies: 3
Views: 236
|
Forum: Ask for Help Posted: Sun Nov 25, 2007 2:35 pm Subject: Regex Question |
| Thank's Titan |
Topic: Regex Question |
rockit0
Replies: 3
Views: 236
|
Forum: Ask for Help Posted: Sun Nov 25, 2007 2:19 pm Subject: Regex Question |
This is my var:
{
...
<pages>
<page> docs/gm_23703/143701.jpg </page>
<page> docs/gm_23703/143711.jpg </page>
<page> docs/gm_23703/1 ... |
Topic: A_TimeIdle |
rockit0
Replies: 2
Views: 447
|
Forum: Bug Reports Posted: Wed Nov 21, 2007 12:03 am Subject: A_TimeIdle |
When "sendmode play" or "sendmode inputthenplay" the script ignore A_TimeIdle.
Look yourself
EX:
settimer,msg,2000
Loop
{
send {space}
sleep 10
}
... |
Topic: Simple Question about DDL |
rockit0
Replies: 4
Views: 194
|
Forum: Ask for Help Posted: Sat Oct 07, 2006 12:44 am Subject: Simple Question about DDL |
| Thank's. |
Topic: Simple Question about DDL |
rockit0
Replies: 4
Views: 194
|
Forum: Ask for Help Posted: Sat Oct 07, 2006 12:24 am Subject: Simple Question about DDL |
| Ok, but, how to do it using DDL ? |
Topic: Simple Question about DDL |
rockit0
Replies: 4
Views: 194
|
Forum: Ask for Help Posted: Fri Oct 06, 2006 11:24 pm Subject: Simple Question about DDL |
How to AutoLoad when i select one of item of Drop Down List?
For Example:
There is 4 itens in my DDL: Blue|Green|Red|Yellow
If i select the green one, the script will execute: "Msgbox, You ... |
| |