I'm running OS 9.1 and getting the following:
Brightscript Debugger> ? CreateObject("roDeviceInfo").getClockFormat()
12h
Brightscript Debugger> ? type(CreateObject("roDeviceInfo").getClockFormat())
String
The documentation states that this should be an Integer: either 0 or 1.
Has this function always returned a String or must we handle both return types?