newbie - what's wrong with my simple program?


[ Follow Ups ] [ BasicCard User Forum ]

Posted by gauthier (130.104.18.53) on April 09, 2003 at 06:51:50:

I wrote this... the purpose is to retrieve an Eeprom value in the card and print it on the screen.

Card
----
Eeprom Pincode% = 12345
Command &H80 &H10 GetPincode (Code%)
Code=Pincode
End command

Reader
------
Declare Command &H80 &H10 GetPincode (Code%)
Call GetPincode (Code%)
Print (Code%)


Follow Ups:


[ Follow Ups ] [ BasicCard User Forum ]