getnettype From LUA previous page next page getnettype QS Informatica - Manuale LUA ›› VbLuaNet (VbLuaNet.dll - LuaAsmLdr.dll) ›› API LUA ›› getnettype getnettype(myobj) Ritorna il tipo (come stringa) di un oggetto .net Esempio 145. Esempio getnettype() local s = box("ciao", "String")local tp = getnettype(s) previous page start next page