694place
WatchMaker Bug Tracking All the ideas and discussions
0 votes Vote

wm_tag with calendar variables above 2 always returns string

The wm_tag with non-string calendar related variables above 2 ({c3ex},{c4bp},{c5ep},...) returns a string instead of the corresponding type.

1 and 2 variables ({c1ex}, {c2bp},...) returns the correct type.

You can easily test this with this code:
return type(wm_tag('{c'..(1)..'ex}'))..' '..type(wm_tag('{c'..(3)..'ex}')) --result: "boolean string"

TrianguloY , 04.03.2017, 08:49
Idea status: under consideration

Comments

Larry Benjamin martin, 09.11.2018, 18:24
AM00002zcc

Leave a comment