Difference between revisions of "Presentation of variable"

From CDOT Wiki
Jump to: navigation, search
(Adding image of variable presentation)
 
(adding function defination and resize image)
Line 1: Line 1:
[[Image:iof_edit.JPG|thumb|200px| ]]
+
=== Line Editor: int iof_edit(........) ===
 +
 
 +
<big>int iof_edit(char* '''str''', int '''row''', int '''col''', <br />
 +
            int '''fieldlen''', int '''maxdatalen''', int '''*insertmode''', int '''*offset''',<br />
 +
            int '''*curpos''', int '''IsTextEditor''', int '''ReadOnly''')</big>
 +
 
 +
<table align="left" style="width: 800; margin-right: 279px;">
 +
    <tr>
 +
        <td align="Left">
 +
[[Image:iof_edit.jpg|thumb|800px| ]]
 +
</td>
 +
</tr>
 +
 
 +
</table>

Revision as of 10:57, 4 June 2010

Line Editor: int iof_edit(........)

int iof_edit(char* str, int row, int col, 
int fieldlen, int maxdatalen, int *insertmode, int *offset,
int *curpos, int IsTextEditor, int ReadOnly)
Iof edit.jpg