===== TypeOf (Funcție) ===== > **Engleză:** //**TYPE OF** data = tipul de date// ==== Format ==== **typeof** ( [[expressions|expresie]] )\\ **typeof** ( [[variables|variabilă]] )\\ Întoarce un [[integerexpressions|număr_întreg]]. ==== Descriere ==== Returnează un număr care reprezintă tipul unei valori/variabile. {{page>typeofconstants}} ==== Exemplu ==== print typeof(a) print typeof(1) print typeof(42.345) print typeof("stuff") dim b(99) print typeof(b) va afișa 0 1 2 3 4 ==== Vezi și ==== {{page>ro:start#Tablouri și Variabile&noheader}} ==== Istoric ==== |1.99.99.8|Adăugată în acestă versiune|