ReadData question

Just starting out? Need help? Post your questions and find answers here.
juror
Posts: 12
Joined: Fri Aug 01, 2014 4:39 am

ReadData question

Post by juror »

Why does this return "Incorrect number of parameters"?

Code: Select all

*input=AllocateMemory(112)
Debug  ReadData(0, *Input, 112)
User avatar
Paul
Posts: 195
Joined: Wed Feb 26, 2014 6:46 pm
Location: Canada
Contact:

Re: ReadData question

Post by Paul »

Maybe because the docs are wrong ?
Image

Looks like they were copy/paste from PureBasic docs but SpiderBasic is different.
Post Reply