From professional translators, enterprises, web pages and freely available translation repositories.
'return' statement outside of function
istruzione "return" esterna alla funzione.
Last Update: 2006-12-15
Usage Frequency: 2
Quality:
Warning: Contains invisible HTML formatting
add return statement
aggiungi l'istruzione di ritorno
Last Update: 2007-04-24
Usage Frequency: 2
Quality:
argument outside of function domain
argomento esterno al dominio della funzione.
Last Update: 2006-12-15
Usage Frequency: 2
Quality:
change return statement
modifica l'istruzione di ritorno
Last Update: 2007-04-24
Usage Frequency: 2
Quality:
return statement expected: {0}
prevista istruzione di uscita: {0}
Last Update: 2007-06-16
Usage Frequency: 2
Quality:
name of function
nome della funzione.
Last Update: 2008-03-04
Usage Frequency: 2
Quality:
statement cannot appear outside of a method body.
l'istruzione non può trovarsi all'esterno del corpo di un metodo.
Last Update: 2008-03-04
Usage Frequency: 3
Quality:
recovery of function
recupero delle funzioni
Last Update: 2014-12-09
Usage Frequency: 5
Quality:
Warning: This alignment may be wrong.
Please delete it you feel so.
there are two versions of the return statement.
there are two versions of the return statement.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
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.
Last Update: 2008-03-04
Usage Frequency: 2
Quality:
'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.
Last Update: 2006-12-15
Usage Frequency: 4
Quality:
Warning: Contains invisible HTML formatting
values are returned by using the optional return statement.
i valori vengono restituiti usando l'istruzione opzionale return.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
the last statement included within a function must be a return statement.
l'ultima istruzione di una funzione deve essere return.
Last Update: 2008-03-04
Usage Frequency: 2
Quality:
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.
Last Update: 2008-03-04
Usage Frequency: 2
Quality:
function declared with __declspec(noreturn) has a return statement
la funzione dichiarata con __declspec(noreturn) ha un'istruzione return
Last Update: 2008-03-04
Usage Frequency: 4
Quality:
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.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
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.