Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Re: how to combine 3 variables in one variable consecutively ?

    what about this solution ?

    num = z*100 + y+10 + x
  2. how to combine 3 variables in one variable consecutively ?

    hello
    i am doing a timer but i want to combine 3 variable in one variable.
    for example :

    x var byte
    y var byte
    z var byte
    num var word

    x = 1
Results 1 to 2 of 2