lotto_tom75
Advanced Premium Member
Dato il comando...
Se lo chiudo precedentemente in una chiusura ciclo così ad es.
come faccio a sapere nel successivo ciclo se è presente o meno per poterlo chiudere nel primo caso e nel secondo non avere l'errore bloccante "necessario oggetto Out"
In sostanza c'è un modo analogo alla funzione
if filesesistente(file)
per sapere se un oggetto Out di questo tipo... è presente o meno?
Buona giornata e good sunday a tutti/e
Codice:
Set Out = CreateObject("ScreenOutput.ClsScreenOutput")
Se lo chiudo precedentemente in una chiusura ciclo così ad es.
Codice:
If ScriptInterrotto Or FileEsistente(filestop) Then Call Out.chiudi : Set Out = Nothing : Exit For
Next ' x es
come faccio a sapere nel successivo ciclo se è presente o meno per poterlo chiudere nel primo caso e nel secondo non avere l'errore bloccante "necessario oggetto Out"
Codice:
If ScriptInterrotto Then Call Out.chiudi : Set Out = Nothing : Exit Do
Loop
In sostanza c'è un modo analogo alla funzione
if filesesistente(file)
per sapere se un oggetto Out di questo tipo... è presente o meno?
Buona giornata e good sunday a tutti/e
Ultima modifica: