Please answer how to find out if there is a key in the structure? I’m trying the following code:
Code |
---|
Try Value = MyStructure.StructureKey; Except Value = Undefined; EndTry; |
But it always breaks on an error at that place if I use Stop on Errors in Debugger. Is there a correct way of doing this?