IsharaMeradin Posted August 3, 2019 Posted August 3, 2019 @antstubellSince you have verified that you will be filling the property on a per item basis and thus will have a value assigned, your solution is below as written by RichWebster On 8/3/2019 at 3:29 PM, RichWebster said: You're calling GetValue() on an Int property, but that's a global variable function.ObjToBeDest.GetValue() == 0Should be:ObjToBeDest == 0And make sure the property is filled correctly in the CK.
antstubell Posted August 3, 2019 Author Posted August 3, 2019 Thank you.It was 1 space too many on...Int Property ObjToBeDest AutoI wasn't copying the corrected property into the compilerInt Property ObjToBeDest AutoThanks all. I'm sure I'll be back.
Recommended Posts