Re: Where is Case? Answer: Under Select : EndSelect
Posted: Sun Jul 18, 2021 4:50 am
I was looking at examples here:Paul wrote: Sun Jul 18, 2021 1:37 amI typed "case" under index and it gave me easy to understand results in both the SpiderBasic help file and PureBasic help file.Random Terrain wrote: Sat Jul 17, 2021 3:46 pm 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.![]()
It's super quick to just press F1 in the IDE to bring up the help file.
![]()
https://www.spiderbasic.com/showcase/onlineviewer/
And looking for info here:
https://www.spiderbasic.com/documentation/
I think I clicked the Search tab, then typed in Case and got a long list of every time the word "case" was used. I didn't know that the Index tab was what I needed.
I also didn't know that I should put example code in the editor so I could click on a command or keyword that I want to know more about, then press F1.