SpiderBasic Limitations

Everything else that doesn't fall into one of the other categories.
User avatar
skywalk
Posts: 47
Joined: Tue Feb 25, 2014 2:13 am
Location: Boston, MA

SpiderBasic Limitations

Post by skywalk »

Any chance to create a table comparing PureBasic functions to SpiderBasic?
Apologize if this already exists...

Code: Select all

0 = Not Available By Design, 1 = Available, 2 = Planned
Function      SpiderBasic  PureBasic
OpenWindow()  1            1
OpenFile()    0            1
RunProgram()  2            1
When working toward the solution of a problem, it always helps if you know the answer. ~ ?
An expert is one who knows more and more about less and less until he knows absolutely everything about nothing. ~ Weber
c4s
Posts: 9
Joined: Tue Feb 25, 2014 9:29 am
Location: Germany

Re: SpiderBasic Limitations

Post by c4s »

Good idea. I think it would be even better if the rows where both columns are "1" would be kept out. That way it's easier spot the differences.
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic Limitations

Post by Fred »

You are right, it would help to have a comparison table.
Post Reply