|
Iniciado por Boller, mai., 22 2015 8:46 PM - Sem resposta |
| |
| | | |
|
| |
Membro registado 4.520 mensagems |
|
Publicado em maio, 22 2015 - 8:46 PM |
glocalsDevice is string = "LPT1"
sMyString is string
glocaliPort is int
glocaliPort = fOpen(glocalsDevice, foCreateIfNotExist)
IF ErrorOccurred THEN Error("Unable to contact the printer! ", ErrorInfo()) ELSE sMyString = EDT_Reg_imp fWrite(glocaliPort, sMyString)
fClose(glocaliPort) END
|
| |
| |
| | | |
|
| | | | |
| | |
|