Changes

Jump to: navigation, search

BIO Functions oop344 20111

112 bytes added, 20:18, 4 February 2011
added an image for variables presentation for bio_edit function
int* '''curpos''', int '''IsTextEditor''', int '''ReadOnly''')</big>
<br />
<table align="center">
<tr align="center">
<td>[[Image:bio_edit_variables.png|||]]</td>
</tr>
</table>
Allows the user to perform full screen editing of the null-terminated string pointed to by '''"str"'''. The parameter '''"row"''' identifies the row of the screen for the field (0 is the top row), while '''"col"''' indicates the starting column of the field (0 is the left-most column). The parameter '''"maxdatalen"''' specifies the maximum length of the string '''"str"'''. The parameter '''"fieldlen"''' specifies the length of the field in which editing is to be performed (visible area of '''“str”'''). The pointer '''"offset"''' points to an integer holding the index of the first character of'''"str"''' shown in the field. The pointer '''"curpos"''' points to an integer holding the position of the cursor in the field (0 is the first position). '''"insertmode"''' is a pointer pointing to an integer flag that is true (1) for insert mode being on, or false (0) for insert mode being off.<br />
1
edit

Navigation menu