Thanks, Henrik...it looks like it worked. The way I tested it was to write the file1 array elements to EEPROM so I could see each letter after the program ran and whether the result from the...
Type: Posts; User: jellis00; Keyword(s):
Thanks, Henrik...it looks like it worked. The way I tested it was to write the file1 array elements to EEPROM so I could see each letter after the program ran and whether the result from the...
After more thought, will this do what I want to do??
ARRAYWRITE file1,[HEX2 hr,"hour.txt"]
I hope that this would result in the file1 array containing the string 12hour.txt when hr = $12 ??
I have a byte sized variable named 'hr' that stores the HEX BCD value of the current hour from reading the time from a real-time-clock.
I want to concatenate this BCD value with the string "hour"...