Changes

Jump to: navigation, search

BIOF 20101 (AS1) - OOP344

5 bytes added, 19:46, 26 January 2010
m
void bio_displayMenuItem(..........)
* If status is non-zero, then at row and col format[0] will be shown then the menuItem and finally format[1].If the length of menuItem is less than (len-2), then enough spaces will be printed up to make the length (len-2).
<pre>"[Hello]"</pre> with 10 as len and <code>"[]"</code> as format chars, will be printed as :<pre>"[Hello ]"</pre>
After the Menu item is displayed, the cursor is always placed under the first character of mentItem. (position row and col+1)

Navigation menu