Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: jellis00; Keyword(s):

Search: Search took 0.00 seconds.

  1. Re: How to concatenate a HEX BCD value with a string as a new string?

    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...
  2. Re: How to concatenate a HEX BCD value with a string as a new string?

    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 ??
  3. How to concatenate a HEX BCD value with a string as a new string?

    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"...
Results 1 to 3 of 3