hm_entityinfo
Hello,
I don't know what am I doing wrong.
I tried to get property name - this works fine.
I tried to get property id - this is not OK.
set entity_name [hm_entityinfo name props $old_prop ] - this will return the property name - everything is OK
set entity_id [hm_entityinfo id props $old_prop -byid ] - this will return the property id as '2' even if the property id is 123123 WHY?/emoticons/default_sad.png' srcset='/emoticons/sad@2x.png 2x' title=':(' width='20' />
Thank you.