where is it?

BlitzMax Forums/BlitzMax Beginners Area/where is it?

Is there a way for find out what module a command lives in. I'm experimenting with reducing compile time by picking only the modules with the commands I'm using.

http://homepage.ntlworld.com/config/fa/index.htm

Another way is to go to the keyword and press f1 for help and look at the top of the help file. It shows what module the keyword is in.

Cool! Thanks!