GUI Attributes
stringY
This attribut defines the y-position of the string.
Examples
// Default value
stringY[0] = 0;
// ...
stringY[15] = 0
stringY = 5;
stringY = 26;
stringY[0] = 0;
// ...
stringY[15] = 0
stringY = 5;
stringY = 26;