Ho provato ma non funge... (nell'esempio sotto, stampa il txt sempre vuoto)
totale=InStream.ReadLine
totale=CInt(totale)
IF totale is null THEN
OutStream.WriteLine("okokok")
END IF
Ho provato ma non funge... (nell'esempio sotto, stampa il txt sempre vuoto)
totale=InStream.ReadLine
totale=CInt(totale)
IF totale is null THEN
OutStream.WriteLine("okokok")
END IF
Where there is a will, there is a way