Hi,

what I mean is:

c var byte
b var byte
a var word

c=12
b=34

a=c*b

Is this correct, or must the var a and b be word var

Thanks

Pedro