|
FACTS Extended BASIC FAQs
|
|
Q. My program
runs for a while then stops and prints the error message 'CONTROL STACK
OVERFLOW'. It doesn't always stop at the same line number and it may
run for a long time or a very short time.
|
|
Q. I have multiple strings in my program but when one string
changes they all change, what's wrong. This is my test program:
|
|
Q. I need to write a communication program that requires a
Checksum, LRC, or CRC16 is there a simple way to do this with FACTS
Extended BASIC?
|
|
Q. I need to send a string to a device to request some information
but a carriage return/line feed combination is always appended to my
string. Is there a way to prevent this. Here is my test program:
|
|
Q. I'm trying to build strings that contain ASCII 0 (NULL) and
ASCII(13) (CR) the string handling functions don't seem to be working
correctly. Here is my test program: PRM 0 PRM 0 |
|
Q. When I try to PRINT a string, only part of the string gets
sent. Here is my test program:
|