GUI Attributes

stringX

This attribut defines the x-position of the string.

Examples

// Default value
stringX[0] = 0;
// ...
stringX[15] = 0

stringX[0] = 5;

stringX[15] = 26;