Data Section
define myvalue = 255;
//index no. 0 1 2 3 4 5 6 7 8 9 10
data ( 20, 42, 35, myvalue, 1, 100, 0, 86, 255, 11, 2 );
int a, b, c;
main {
a = duint8(3); //a will have a value of 255
b = dint8(3); //b will have a value of -1
c = dint16(3); //c will have a value of 511
}Functions
Function Name
Minimum Value
Maximum Value
Bytes Read
Last updated

