Jump to content

Quick parsing question


Recommended Posts

@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

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.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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