asStringW

entity:asStringW() --> stringa

Ritorna una stringa unicode che identifica in maniera univoca l'entità.


Esempio 1. Esempio asStringW

-- restituisce l'identificatore unicode univoco dell'entità (string_w)
local ent = entlast()
local sw  = ent:asStringW()
print("\nlunghezza id: " .. sw:length())

Created with the Personal Edition of HelpNDoc: Revolutionize your documentation process with HelpNDoc's online capabilities