Von professionellen Übersetzern, Unternehmen, Websites und kostenlos verfügbaren Übersetzungsdatenbanken.
'return' statement outside of function
istruzione "return" esterna alla funzione.
Letzte Aktualisierung: 2006-12-15
Nutzungshäufigkeit: 2
Qualität:
Warnung: Enthält unsichtbare HTML-Formatierung
add return statement
aggiungi l'istruzione di ritorno
Letzte Aktualisierung: 2007-04-24
Nutzungshäufigkeit: 2
Qualität:
argument outside of function domain
argomento esterno al dominio della funzione.
Letzte Aktualisierung: 2006-12-15
Nutzungshäufigkeit: 2
Qualität:
change return statement
modifica l'istruzione di ritorno
Letzte Aktualisierung: 2007-04-24
Nutzungshäufigkeit: 2
Qualität:
return statement expected: {0}
prevista istruzione di uscita: {0}
Letzte Aktualisierung: 2007-06-16
Nutzungshäufigkeit: 2
Qualität:
name of function
nome della funzione.
Letzte Aktualisierung: 2008-03-04
Nutzungshäufigkeit: 2
Qualität:
statement cannot appear outside of a method body.
l'istruzione non può trovarsi all'esterno del corpo di un metodo.
Letzte Aktualisierung: 2008-03-04
Nutzungshäufigkeit: 3
Qualität:
recovery of function
recupero delle funzioni
Letzte Aktualisierung: 2014-12-09
Nutzungshäufigkeit: 5
Qualität:
Warnung: Diese Ausrichtung könnte falsch sein.
Bitte löschen Sie diese, wenn Sie dieser Ansicht sind.
there are two versions of the return statement.
there are two versions of the return statement.
Letzte Aktualisierung: 2018-02-13
Nutzungshäufigkeit: 1
Qualität:
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.
Letzte Aktualisierung: 2008-03-04
Nutzungshäufigkeit: 2
Qualität:
'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.
Letzte Aktualisierung: 2006-12-15
Nutzungshäufigkeit: 4
Qualität:
Warnung: Enthält unsichtbare HTML-Formatierung
values are returned by using the optional return statement.
i valori vengono restituiti usando l'istruzione opzionale return.
Letzte Aktualisierung: 2018-02-13
Nutzungshäufigkeit: 1
Qualität:
the last statement included within a function must be a return statement.
l'ultima istruzione di una funzione deve essere return.
Letzte Aktualisierung: 2008-03-04
Nutzungshäufigkeit: 2
Qualität:
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.
Letzte Aktualisierung: 2008-03-04
Nutzungshäufigkeit: 2
Qualität:
function declared with __declspec(noreturn) has a return statement
la funzione dichiarata con __declspec(noreturn) ha un'istruzione return
Letzte Aktualisierung: 2008-03-04
Nutzungshäufigkeit: 4
Qualität:
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.
Letzte Aktualisierung: 2018-02-13
Nutzungshäufigkeit: 1
Qualität:
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.