Reading a non-null-terminated string at the end of a file could fail
Version 4.1.2
Features Added
OrbSound add-in, supporting WAVE file playback
Bug Fixes
When compiling an app with the device compiler, an invalid app
would be created if there was already an app with the same creator ID
but different name
Version 4.1.1
Bug Fixes
DBRecord.read() wouldn't properly read any value after a null-terminated string
Version 4.1.0
Features Added
Added launchGoto() and launchCustomString() to launch external apps with parameters
Added Database.dbid and Database.card to retrieve the low level location of a database
Added UIApp.launchArgs to retrieve the string used when launching the app
Added UIField.underline to set the underline style of a field
Made the 'visible' property on controls readable
Added an 'enabled' property to most controls
Added a new launch code for the device compiler to allow it to return the results of the compile to the caller
Bug Fixes
UIField.seltext() returned a string that was longer than the actual selection