Jump to content

Recommended Posts

Posted

@antstubell

Since 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() == 0

Should be:

ObjToBeDest == 0

And make sure the property is filled correctly in the CK.

Posted

Thank you.

It was 1 space too many on...

Int Property ObjToBeDest Auto

I wasn't copying the corrected property into the compiler

Int Property ObjToBeDest Auto

Thanks all. I'm sure I'll be back.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...