Hi all, I'm trying to dynamically update a static text widget with a variable, so far I've tried this without any success:sprintf(textpos, "%.3f A", gui_current);
GFX_GOL_StaticTextSet(((GFX_GOL_STATICTEXT*)(GFX_GOL_ObjectFind(GFX_INDEX_0, stCurrent)..
GFX_GOL_StaticTextSet(((GFX_GOL_STATICTEXT*)(GFX_GOL_ObjectFind(GFX_INDEX_0, stCurrent)..