tag mismatch on symbolic array.

39 views
Skip to first unread message

Peter Ward

unread,
Jun 16, 2013, 5:56:22 PM6/16/13
to pawns...@googlegroups.com
Why does this yield a "waring 213: tag mismatch"

#define VECTOR3 [ Float:.x, Float:.y, Float:.z ]
new position[VECTOR3] = [0.5, 0.5, 0.5];  // Tag mismatch

but this does not give a tag mismatch

new position[VECTOR3] = [0, 0, 0];  //


Thanks,




Reply all
Reply to author
Forward
0 new messages