IsharaMeradin Posted August 3, 2019 Share 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 RichWebsterYou'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. Link to comment Share on other sites More sharing options...
antstubell Posted August 3, 2019 Author Share 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. Link to comment Share on other sites More sharing options...
Recommended Posts