SDFileSystem

Coding and general discussion relating to user created compiler modules

Moderators: David Barker, Jerry Messina

User avatar
Steven
BETA Tester
Posts: 406
Joined: Tue Oct 03, 2006 8:32 pm
Location: Cumbria, UK

Post by Steven » Thu Feb 21, 2008 8:34 pm

That's what I thought at first, but doesn't the parameter need () after it for an array - the help file seems to suggest this?

Code: Select all

Public Function ReadNBytes(ByRef pRetBuf() As Byte, ByVal pCount As Word) As Word 

dman776
Posts: 115
Joined: Mon May 28, 2007 3:59 pm
Location: Texas

Post by dman776 » Thu Feb 21, 2008 9:11 pm

yes. my code was untested.. :-)

User avatar
Steven
BETA Tester
Posts: 406
Joined: Tue Oct 03, 2006 8:32 pm
Location: Cumbria, UK

Post by Steven » Thu Feb 21, 2008 9:53 pm

OK, got it... consider it added. Do you want me to send you a beta of the newest version of the SD module?

dman776
Posts: 115
Joined: Mon May 28, 2007 3:59 pm
Location: Texas

Post by dman776 » Thu Feb 21, 2008 10:02 pm

Sure. I can run it through the mill for you. :-)

Post Reply