What is the problem ?
String in an array ?
Username var Byte(size_of_username)
Writing to LCD ?
LCDOUT STR Username\size_of_username
Writing to EEPROM ?
For I=0 to size_of_username:Write EEProm_Adress+I,Username[I]:Next I
???
What is the problem ?
String in an array ?
Username var Byte(size_of_username)
Writing to LCD ?
LCDOUT STR Username\size_of_username
Writing to EEPROM ?
For I=0 to size_of_username:Write EEProm_Adress+I,Username[I]:Next I
???
PBP 2.50C, MCS+ 3.0.0.5, MPLAB 8, MPASM 5.14, ASIX Presto, PoScope, mE mikroBasic V7.2, PICKIT2
Bookmarks