meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
automation:topics:int_type_variables [2025/12/08 14:49] vamsanautomation:topics:int_type_variables [2025/12/08 14:50] (current) vamsan
Line 38: Line 38:
  
 == UINT type variables == == UINT type variables ==
 +{{anchor:uint}}
 The unsigned UINT type (the letter **U** stands for unsigned) removes the hassle of dealing with negative values from the world of the INT type. It corresponds to basic types like BYTE, WORD, etc., in terms of value range, but with INT it indicates that we want to treat the contents of the variables as numeric values. The unsigned UINT type (the letter **U** stands for unsigned) removes the hassle of dealing with negative values from the world of the INT type. It corresponds to basic types like BYTE, WORD, etc., in terms of value range, but with INT it indicates that we want to treat the contents of the variables as numeric values.