Please look into and advise on the following IR actions:
Application.SetLastError does not enforce a [number] paramater
Application.ResetLastError appears to be an undocumented action
( also does not appear in the related _at_Application.xml )
ListBox.SetItemData can crash the Runtime if called inside a function
and the item data is invalid or not of type [string].
sure, manually wrapping item data in a tostring() fixes this,
however can be a tricky crash bug to find ...
(constraint and type in the related _at_ListBox.xml element does not appear sufficient)
fwiw cheers
Application.SetLastError does not enforce a [number] paramater
Application.ResetLastError appears to be an undocumented action
( also does not appear in the related _at_Application.xml )
ListBox.SetItemData can crash the Runtime if called inside a function
and the item data is invalid or not of type [string].
sure, manually wrapping item data in a tostring() fixes this,
however can be a tricky crash bug to find ...
(constraint and type in the related _at_ListBox.xml element does not appear sufficient)
fwiw cheers
Comment