Why my expression is '0'?

   1037   2   0
User Avatar
Member
44 posts
Joined: April 2017
Offline
Hey! Can't solve this for many hours now I pass ‘split_loc2’ into expression, and it yields ‘0’. If I change it to something like ‘P’, it will properly show coordinate tho. What am I missing? ‘split_loc2’ is attribute too, and it is clearly inside spreadsheet one step before the for-loop I am running.

Edited by assignators - June 15, 2018 02:56:34

Attachments:
valzero.png (554.3 KB)

User Avatar
Member
7733 posts
Joined: Sept. 2011
Offline
Those look like string attributes. You can't use point() with string attributes. There are string versions of each of the attribute reference functions ending in ‘s’, ie “points()”
User Avatar
Member
44 posts
Joined: April 2017
Offline
oh!! thank you!!
  • Quick Links