Van professionele vertalers, bedrijven, webpagina's en gratis beschikbare vertaalbronnen.
'return' statement outside of function
istruzione "return" esterna alla funzione.
Laatste Update: 2006-12-15
Gebruiksfrequentie: 2
Kwaliteit:
Waarschuwing: Bevat onzichtbare HTML-opmaak
add return statement
aggiungi l'istruzione di ritorno
Laatste Update: 2007-04-24
Gebruiksfrequentie: 2
Kwaliteit:
argument outside of function domain
argomento esterno al dominio della funzione.
Laatste Update: 2006-12-15
Gebruiksfrequentie: 2
Kwaliteit:
change return statement
modifica l'istruzione di ritorno
Laatste Update: 2007-04-24
Gebruiksfrequentie: 2
Kwaliteit:
return statement expected: {0}
prevista istruzione di uscita: {0}
Laatste Update: 2007-06-16
Gebruiksfrequentie: 2
Kwaliteit:
name of function
nome della funzione.
Laatste Update: 2008-03-04
Gebruiksfrequentie: 2
Kwaliteit:
statement cannot appear outside of a method body.
l'istruzione non può trovarsi all'esterno del corpo di un metodo.
Laatste Update: 2008-03-04
Gebruiksfrequentie: 3
Kwaliteit:
recovery of function
recupero delle funzioni
Laatste Update: 2014-12-09
Gebruiksfrequentie: 5
Kwaliteit:
Gelieve het te verwijderen indien je dit meent.
there are two versions of the return statement.
there are two versions of the return statement.
Laatste Update: 2018-02-13
Gebruiksfrequentie: 1
Kwaliteit:
cannot use a break statement outside the scope of a while statement.
impossibile utilizzare un'istruzione break all'esterno dell'ambito di un'istruzione while.
Laatste Update: 2008-03-04
Gebruiksfrequentie: 2
Kwaliteit:
'return' statement in a sub or a set cannot return a value.
l'istruzione "return" in un sub o set non può restituire un valore.
Laatste Update: 2006-12-15
Gebruiksfrequentie: 4
Kwaliteit:
Waarschuwing: Bevat onzichtbare HTML-opmaak
values are returned by using the optional return statement.
i valori vengono restituiti usando l'istruzione opzionale return.
Laatste Update: 2018-02-13
Gebruiksfrequentie: 1
Kwaliteit:
the last statement included within a function must be a return statement.
l'ultima istruzione di una funzione deve essere return.
Laatste Update: 2008-03-04
Gebruiksfrequentie: 2
Kwaliteit:
a return statement with a return value cannot be used in this context.
impossibile utilizzare in questo contesto un'istruzione return con un valore restituito.
Laatste Update: 2008-03-04
Gebruiksfrequentie: 2
Kwaliteit:
function declared with __declspec(noreturn) has a return statement
la funzione dichiarata con __declspec(noreturn) ha un'istruzione return
Laatste Update: 2008-03-04
Gebruiksfrequentie: 4
Kwaliteit:
there is one caveat: functions defined inside a view must terminate with a return statement, or the automatic indentation will fail.
c'è un accorgimento da seguire: le funzioni definite all'interno di una vista devono terminare con il comando return altrimenti non funzionerà l'indentazione automatica.
Laatste Update: 2018-02-13
Gebruiksfrequentie: 1
Kwaliteit:
you can also add explicit return statements where required if you know what value should be returned.
puoi anche aggiungere espliciti valori di ritorno dove si richiede se sai quale valore dovrebbe essere ritornato.
remember that some errors (e.g., missing return statements) are automatically worked around by the interpreter.
ricorda che alcuni errori (ad esempio valori di ritorno mancanti) sono automaticamente riaggiustati dall'interprete.