Product: PowerBuilder Category: PowerScript
Version: 2019 R3 Build: 2728
Bug ID: 6606(2019 R3 Build 2703)
Description
In the ancestor object, if a structure contains a PowerObject array, when you assign a value to structure.powerobject[n], the same value will also overwrite the values of structure.powerobject[1] to structure.powerobject[n-1], that is, all of their values become the same as the value of structure.powerobject[n].