AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Wishing for a new page to the documentation

 
Reply to topic    AutoHotkey Community Forum Index -> Wish List
View previous topic :: View next topic  
Author Message
ribbet.1



Joined: 20 Feb 2007
Posts: 197
Location: D.C.

PostPosted: Fri Mar 05, 2010 8:40 pm    Post subject: Wishing for a new page to the documentation Reply with quote

The AHK documentation has made good progress over the past couple years or so. I'm wishing for some on I guess some more advanced logical and math operations, which are a weak point for me.

For instance:

Code:
   else if ((action = "get") || (action = "roll")) && (GetNextNum != 0)


In the AHK documentation where to find the double pipes? The double ampersands? This is just one example. It slows down my learning to have difficulty finding specific instruction. I'd really find that useful.

Thanks for your attention.

ribbet.1
Back to top
View user's profile Send private message
SoLong&Thx4AllTheFish



Joined: 27 May 2007
Posts: 4999

PostPosted: Fri Mar 05, 2010 8:45 pm    Post subject: Re: Wishing for a new page to the documentation Reply with quote

ribbet.1 wrote:
In the AHK documentation where to find the double pipes? The double ampersands?
http://www.autohotkey.com/docs/Variables.htm#Operators they are just another way to write AND or OR but more examples is always a good thing Wink
_________________
AHK Wiki FAQ
TF : Text files & strings lib, TF Forum
Back to top
View user's profile Send private message
ribbet.1



Joined: 20 Feb 2007
Posts: 197
Location: D.C.

PostPosted: Sat Mar 06, 2010 12:22 am    Post subject: Reply with quote

Well I appreciate that HugoV. I'm still thinking of the many occasions I've found something that I've had to search a long time to learn about, but I can't remember any specific examples right now. I guess dereferencing vars is one but that's only one.

And I agree; examples are very helpful. The documentation has improved quite a lot over the past couple years, BTW.
Back to top
View user's profile Send private message
Tuncay



Joined: 07 Nov 2006
Posts: 1886
Location: Germany

PostPosted: Sat Mar 06, 2010 12:59 pm    Post subject: Reply with quote

The documentation of Ahk is not aimed to learn programming and the language itself. Its more like dictionary. Thats why beginners have problems to learn, but pros know where they can find specific information, or where to search for at least.

Ahk lacks an tutorial which sees the whole thing separated in different categories for learning. I mean, something like a book. (I did begin to work on something in German, but its a never ending story.)
_________________
{1:"ahkstdlib", 2:"my libs", 3:"my apps", 4:"my license"}
--> Don't feed the troll! <--
Back to top
View user's profile Send private message Send e-mail Visit poster's website
ribbet.1



Joined: 20 Feb 2007
Posts: 197
Location: D.C.

PostPosted: Sat Mar 06, 2010 6:17 pm    Post subject: Reply with quote

Tuncay wrote:
The documentation of Ahk is not aimed to learn programming and the language itself. Its more like dictionary. Thats why beginners have problems to learn, but pros know where they can find specific information, or where to search for at least.

Ahk lacks an tutorial which sees the whole thing separated in different categories for learning. I mean, something like a book. (I did begin to work on something in German, but its a never ending story.)


Yes, I think you understand. There has been great progress over the past few years. Not just in the code but in the documentation. The difference between a manual and a command reference is real, but I still appreciate what we have.

Speaking just for myself, I never intended to learn AHK. I just found myself using it more and more. Smile
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Wish List All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group