Why does this give me a compilation error 44 ? Solved
Posted: Thu Aug 16, 2018 4:42 pm
Why does this give me a compilation error 44 (properties: expecting 'of') near "long" , char 8 ?
I am probably overlooking something obvious
PS. I do not know what type of object it is (button, field, widget ect...) so therefor I use 'control'
Regards,
Paul
Code: Select all
put the long ID of control ID theDataA["ObjectID"] of stack ID theDataA["StackID"] of card ID theDataA["CardID"] into tLongObjectID

PS. I do not know what type of object it is (button, field, widget ect...) so therefor I use 'control'
Regards,
Paul