| u0039 | Index Level | u0079 |
| Syntax | variable = OCONV('','u005b') |
| Category | BASIC |
| Type | User Exit |
| Description | clears the internal Basic heading and footing so that subsequent heading and footing statements will display properly at the top of the next page. |
| Options | |
| See Also | user exits user exits, FlashBASIC |
| Example |
for i = 1 to 2
printer on heading "report #":i x = oconv("","u5e") for j = 1 to 55 print "page ":i:", line ":j next j printer close printer off next i In this case, the user exit will ensure that the heading is displayed at the top of each page. Current "heading" functionality was preserved to maintain compatibility with previous releases. |
| Warnings | |
| Compatibility | AP |
| u0039 | Index Level | u0079 |