HTBasic Help
×
Menu
Index

Dialog Buttons

 
 
Dialogs Only. The values in the string array are the button labels that will be displayed on the dialog. The first element of each array is "0", regardless of what you declare in your DIM statement.
 
For example, if you have DIM Button$ (10:29)[20] and specify a default button of 10, Button$(10) (actually the 11th element of the array) will bethe default. To prevent confusion, you should use OPTION BASE 0 for all arrays used with HTBasic.