It looks like you're new here. If you want to get involved, click one of these buttons!
orxConfig_SelectSection("AllMyLists");
orxConfig_PushSection("AllMyLists");
for (int x=0; x<10; x++){
const orxSTRING item = orxConfig_GetListString("MyList ", x);
}
Comments
PS: You don't need the orxConfig_SelectSection() as you're pushing it anyway.
That read to me that it was some kind of counter or iterator rather than a total or list count.
I'd suggest rewording to something like:
Though it may have been perfectly obvious to others.