I have 6 unique strings objects in a frame and load data from an ini object at the start of frame. 3 strings are loaded with values converted to strings. But if there is no ini file present, it seems like only the first string displays a zero. The other 2 strings don't display any text at all.

Can anyone explain why this happens? I would expect all the strings to display either a zero or no text at all, but wasn't sure if this was a bug.

Any help explaining this would be appreciated,

Mobichan

EDIT: Nevermind, I was trying to set values to the string objects instead of Str$(value). ^_^' My bad...