Use the SpiderBasic IDE to Learn Commands and Keywords
Posted: Sat Jul 17, 2021 3:46 pm
Click on Command or Keyword and Press F1
As munfraid said in another post, if you have example code open in the SpiderBasic IDE code editor, you can click on the command or keyword you want to know more about and press F1. The manual will pop up showing the help page for that command or keyword. You don't even have to highlight the command or keyword. Just click somewhere within the word.
So instead of just looking at example programs online, open a new blank file in the SpiderBasic editor, copy and paste the example code in there, then you'll be able to easily look up commands and keywords.
Help File Index Tab and Search Tab
As Paul said in a reply in this thread, you can open the help file, click on the Index tab, and type or paste in what you want to find. What you're looking for should pop up right away.
If you type or paste in something like "keyboard shortcut" under the Index tab, you probably won't find much that is useful. That's when it's time to click on the Search tab. Searching for "keyboard shortcut" under the Search tab will give you AddKeyboardShortcut() at the top of the list and that is very useful.
Below is the original post with the original title:
-----------------------------------------------------------------------------------
Where is Case? Answer: Under Select : EndSelect
While looking at example programs, you might see "Case" and go to look it up in the index. You can't find it, then you do a Google site search of spiderbasic.com and can't find it that way. You search for "Case" in the PDF manual, but that word is used fifty billion times, so you look at the example code again and notice that "Case" is under "Select" so you search the index and that's not there either.
You finally check the Reference Manual page and find "Select" under "Basic Keywords."
Of course, after all that, you might see Case in another example program days later and forget all you went through to find it the first time and repeat the process like a mini version of forced reincarnation. Maybe this post will free you from the hellish hamster wheel.
Question: Where is Case in the online manual?
Answer: On the Select : EndSelect page.
// Moved to "General Discussion" (Peter)
As munfraid said in another post, if you have example code open in the SpiderBasic IDE code editor, you can click on the command or keyword you want to know more about and press F1. The manual will pop up showing the help page for that command or keyword. You don't even have to highlight the command or keyword. Just click somewhere within the word.
So instead of just looking at example programs online, open a new blank file in the SpiderBasic editor, copy and paste the example code in there, then you'll be able to easily look up commands and keywords.
Help File Index Tab and Search Tab
As Paul said in a reply in this thread, you can open the help file, click on the Index tab, and type or paste in what you want to find. What you're looking for should pop up right away.
If you type or paste in something like "keyboard shortcut" under the Index tab, you probably won't find much that is useful. That's when it's time to click on the Search tab. Searching for "keyboard shortcut" under the Search tab will give you AddKeyboardShortcut() at the top of the list and that is very useful.
Below is the original post with the original title:
-----------------------------------------------------------------------------------
Where is Case? Answer: Under Select : EndSelect
While looking at example programs, you might see "Case" and go to look it up in the index. You can't find it, then you do a Google site search of spiderbasic.com and can't find it that way. You search for "Case" in the PDF manual, but that word is used fifty billion times, so you look at the example code again and notice that "Case" is under "Select" so you search the index and that's not there either.
You finally check the Reference Manual page and find "Select" under "Basic Keywords."
Of course, after all that, you might see Case in another example program days later and forget all you went through to find it the first time and repeat the process like a mini version of forced reincarnation. Maybe this post will free you from the hellish hamster wheel.
Question: Where is Case in the online manual?
Answer: On the Select : EndSelect page.
// Moved to "General Discussion" (Peter)
