- SDK 8.1.0
1) the following code works fine:
var x = Rez.Strings[:AppName]; // if AppName doesn't exist as a resource ID, this code will return null instead of crashing
2) the following code crashes:
var x = Position[:CONFIGURATION_SAT_IQ]; ...