Related Information

The following chapters contain related information:

Designer: The tutorial program dmemo_fld.c is available for you to learn the editing interface.

Code: The tutorial program memo_fld.c, as listed in the beginning of the chapter, is available for you to learn the editing interface.

If you want to test the differences between a tickertape and multi-line memo field, simply change the call to memo_def() in the source code as follows: change the #define for MEMO_ROWQ to 1, specify 1 (instead of 13) for rowq, and change the #define for MEMO_COLQ to 100. This creates a one-line memo field with a one-line memo buffer that is 100 characters long. After making the change, compile, link, and run the tutorial to see how tickertape memo field editing works.


Home Contents Previous Next