| View previous topic :: View next topic |
| Author |
Message |
king Guest
|
Posted: Tue Mar 15, 2005 11:31 pm Post subject: veriables |
|
|
I hope that maybe someone can help with this. Unfortunately i didnt see anything in the help that coverd this though im sure i overlooked it. im trying to get the day,mounth,year and store them in a veriable in no format, just as standerrd integers though im new to this im familure with qb and little vb. i know this is wrong i did a veriable msgbox to see what it was storeing in the veriable. its this
A_YYYY + a_mm x a_dd
and im useing this
key1=A_YYYY + a_mm x a_dd
i realize its a noob question but im still getting familure with this can someone pleaze help.
thanks, |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Tue Mar 15, 2005 11:52 pm Post subject: |
|
|
Those AHK standard vars are DIM'ed if enclosed within %
| Code: | key1 = %A_YYYY%%A_MM%%A_DD%
MsgBox, %key1% |
|
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5390 Location: /b/
|
Posted: Tue Mar 15, 2005 11:57 pm Post subject: |
|
|
Also, you could use expressions to avoid the use of % enclosing variables: | Code: | key1:= A_YYYY + a_mm x a_dd
msgbox, %key1% |
_________________
 |
|
| Back to top |
|
 |
king Guest
|
Posted: Wed Mar 16, 2005 2:14 am Post subject: veriables |
|
|
| wow thanks much i want expecting such a quick reply |
|
| Back to top |
|
 |
KING IVVI Guest
|
Posted: Mon Apr 18, 2005 6:22 am Post subject: please help |
|
|
idk why my post was deleated i asume it with mentioning ither a game name or another script tool so ill try not to include spacifics
i need to write to memory or read there is another similer tool that does this but does not compile like autohot key also i have a online rpg im playing that i can send with autohotkey and doesnt seam to efffect it unless i hit enter then it types the letters as if im hitting keys the other scripting tool will alow me to actualy send the keys as if there being pressed they use a keys command ...but this seams to only work on wimdows xp on windows me its the same problem as im haveing with autohotkey if someone can understand this post please reply |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Mon Apr 18, 2005 6:53 am Post subject: |
|
|
| Quote: | | idk why my post was deleated i asume it with mentioning ither a game name or another script tool | I doubt that Chris would delete a statement for the reason that it points out another scripting tool.
I've posted several times and realized afterwards that the transfer of an edited/new post hasn't made it to the Forum. Maybe a phpBB issue
So, if you wanna get better support - please be more specific  |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Mon Apr 18, 2005 7:00 am Post subject: |
|
|
@ KING IVVI
Confused? Tired?? In that post [here] you've mentioned
1) a game
2) another scripting tool
Guess, the suspicion to be censored has been proved wrong  |
|
| Back to top |
|
 |
kingivvi Guest
|
Posted: Mon Apr 18, 2005 7:01 am Post subject: :( |
|
|
| little of both thanks |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10480
|
Posted: Mon Apr 18, 2005 2:02 pm Post subject: |
|
|
If something gets posted to the wrong forum, it usually gets moved. The post referenced above might have been one of them. | BoBo wrote: | | I've posted several times and realized afterwards that the transfer of an edited/new post hasn't made it to the Forum. Maybe a phpBB issue | I've never observed that. Has anyone else has a problem with disappearing posts? One common mistake might be to press the Preview button but forget to ever press Submit afterward. |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Mon Apr 18, 2005 2:16 pm Post subject: |
|
|
| Quote: | | One common mistake might be to press the Preview button but forget to ever press Submit afterward. | Hm, you've installed a spy cam in my living room. Fair enough  |
|
| Back to top |
|
 |
TeknoMusicMan
Joined: 14 Apr 2005 Posts: 188 Location: Wisconsin, USA
|
Posted: Mon Apr 18, 2005 2:55 pm Post subject: |
|
|
| Quote: | | A_Now: The current local time in YYYYMMDDHH24MISS format. |
Just a thought |
|
| Back to top |
|
 |
kingixvvi Guest
|
Posted: Mon Apr 18, 2005 5:55 pm Post subject: controles |
|
|
ok heres my question ive moved from my solution to gui now im trying to learn this but im haveing a little bit of problems mainly with controle positioniong if i wanted to put in a edit box for example Gui, Add, Edit, vresult1, text
this will apear at the top left corner given its the first gui and if i did Gui, Add, Edit, ym vresult1, text it would goto next colomn but what if i wanted to move it in the middle is there a x,y i can put in also for the bottom right so i can make the edit box longer it seams to only have rows i masicly want to make a few edit boxes as close as posible but with more room to see there input and only 1 row each thanks |
|
| Back to top |
|
 |
jonny
Joined: 13 Nov 2004 Posts: 3004 Location: Minnesota
|
Posted: Mon Apr 18, 2005 6:33 pm Post subject: |
|
|
Don't worry, Chris believes in free speech above all else, and the only things we're likely to remove or edit are extremely inappropriate or offensive things, or outright spam. Anyway, carry on.  |
|
| Back to top |
|
 |
kingivvi Guest
|
Posted: Mon Apr 18, 2005 6:42 pm Post subject: controles |
|
|
thats good i wouldnt have been upset if it had been removed its compleately understandable but im glad i can write game names and other programs so i can be more spacific my gramers bad enough without adding obscure referances..anyhow i dont see myself useing anyhting but this i perfer this over vb to be honest all i feal its lacking is prossess read and writeing in this case i can read prosses of games chat and make a chat bot good ones
but yea if anyone can help with the positioning of controles in gui so i can put like my next button where i want or put buttons on pics as backgrownd images i would apretiate it |
|
| Back to top |
|
 |
kingivvi Guest
|
Posted: Mon Apr 18, 2005 7:00 pm Post subject: controle |
|
|
| nm sorry i found it idk how i overlooked it |
|
| Back to top |
|
 |
|