you are right but this was only a "coderip" out off context.
the main problem was the one in the main post.
rgds,
Jorge
you are right but this was only a "coderip" out off context.
the main problem was the one in the main post.
rgds,
Jorge
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
First of all thanks for your valuable hints.
:-)
I will sure try your approach
Although, i was thinking about Darrel’s approach to strings and a way of manipulate , edit/create them...
See the Darrels great post:
http://www.pbpgroup.com/modules/wfse...p?articleid=10
but it lacks user defined messages to be stored in EEPROM...like cruising the alphabet and selecting/creating letter by letter the new text....or something like that.
Thanks jorge,
But, as you've already noticed. They are two different things entirely.
I think you should stick with BigWumpus' idea for getting things in and out of the EEPROM, but the editing of the text is going to be a bit harder.
And, like Melanie said in the post that mister_e pointed out. It's going to be easier with 3 buttons.
Sorry, not much help.
<br>
DT
Thanks a lot for every post !
One more question:
can i increment letters as I do with numbers ( using ASCII & char vars...?)
for example if had to select number i could cycle between then like
if keypress = 1 then
number = number +1 ,
….
but with letters " letter = letter +1 " would it give me "D" char if it was in the "C" before pressing the button ? using the reference ASCII number?
Or is there another and more efficient way ?!?
Check Lookup & Lookdown examples.
-------------------
"If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte
Bookmarks