Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    27,204

    Re: Confused by Arraywrite

    Retypesnikrep, what are you wanting to display? Is there constants like "Temperature is " along with variables like "TempC VAR BYTE"? I've used the HD44780 based LCD for several projects. A...
  2. Replies
    12
    Views
    27,204

    Re: Confused by Arraywrite

    The ARRAYWRITE command prepends the LOOKUP or LOOKDOWN commands.



    b0 VAR BYTE
    b1 VAR BYTE
    Letter VAR BYTE[9]
    ARRAYWRITE Letter, ["SOMETHING"]
    FOR b0 = 0 TO 8
    LOOKUP b0, [Letter], b1
Results 1 to 2 of 2