I'm using the graphics library in Harmony and grabbing the text from a text field using a getter function that returns a GFX_XCHAR *. Let's say the text field has "500" (without the quotes, it will always contain an integer so no need to error check), I w..
↧