junioreq
05-07-2010, 07:52 AM
Using icaption control, I'd like it to say "off" instead of zero. Is that just a simple if statement inside the icontrol for icaption like:
if(control == 0){
caption = "text";
}
heh, super psuedo lol..
Question is though, do I HAVE to do it in icaption control or is there someway I can do it right there on spot in the main cpp.
~Rob.
if(control == 0){
caption = "text";
}
heh, super psuedo lol..
Question is though, do I HAVE to do it in icaption control or is there someway I can do it right there on spot in the main cpp.
~Rob.