Dec 10, 2003 #1 Maieski Programmer Sep 6, 2002 3 BR I need send null character in ANSI BBS terminal. How I can make this? Exemple: integer bl1=000 string bloco strfmt bloco1 "%c" bl1 transmit bloco1 In terminal, null character is suppressed. I need it.
I need send null character in ANSI BBS terminal. How I can make this? Exemple: integer bl1=000 string bloco strfmt bloco1 "%c" bl1 transmit bloco1 In terminal, null character is suppressed. I need it.
Dec 10, 2003 #2 knob Programmer Oct 31, 2001 2,573 US This should do the trick for you: transmit "^@" aspect@aspectscripting.com http://www.aspectscripting.com Upvote 0 Downvote
This should do the trick for you: transmit "^@" aspect@aspectscripting.com http://www.aspectscripting.com
Dec 11, 2003 Thread starter #3 Maieski Programmer Sep 6, 2002 3 BR Does work. Tanks a lot. Upvote 0 Downvote