19/05/2023: A causa di un errore sono stati cancellati, insieme ad account creati da bot, alcuni account legittimi. Si prega di leggere qui: https://www.gambas-it.org/smf/index.php?topic=9733.0
DIM result AS STRINGSUB Dove_serve() EXEC [tuo_comando ] FOR READ AS "masterizzazione"END SUBPUBLIC SUB masterizzazione_Read() DIM nuovalinea AS String READ #LAST, nuovalinea, -256 result &= nuovalineaENDPUBLIC SUB masterizzazione_Kill() PRINT nuovalineaEND
PUBLIC SUB dove_serve() SHELL "tuo_comando" FOR INPUT OUTPUT AS "masterizzazione"ENDIFPUBLIC SUB masterizzazione_read() DIM riga AS String LINE INPUT #LAST, riga textarea1.text &= riga & gb.newlineENDPUBLIC SUB masterizzazione_error(error_text AS string) '-- questo stampa eventuali erroriendPUBLIC SUB masterizzazione_kill() PRINT textarea1.textEND