The documentation for te.comin() originally read:
String ComIn
ComIn()
Waits for a character to be received at the communications line, and returns it as a string.
ltr = te.ComIn();
This is incorrect. te.comin() does not wait, but checks the communications line instantaneously. The current, correct documentation reads:
String ComIn
ComIn()
Looks for a character to be received at the communications line and returns it as a string. If no character is received, returns a zero-length string.
ltr = te.ComIn();
CR 377, corrected in TinyTERM 4.30
				
				
					
						This entry was posted
						 
						on Friday, April 20th, 2007 at 11:01 am						and is filed under CScript, Documents.
						You can follow any responses to this entry through the RSS 2.0 feed. 
													Both comments and pings are currently closed.