I hardcoded datatype to string for novalue and somevalue statements, but I think datatype may actually need to be chosen based on the property's type. I need to figure out if there's a way to derive that ahead of time, and if not then... idk, there's not really much I can do without a list of all properties or something.
I hardcoded
datatype
tostring
for novalue and somevalue statements, but I thinkdatatype
may actually need to be chosen based on the property's type. I need to figure out if there's a way to derive that ahead of time, and if not then... idk, there's not really much I can do without a list of all properties or something.