int currentLine;
str retValue;
int _startLine = 1;
boolean _clearInfo = true;
for(currentLine = _startLine; currentLine <= infolog.line(); currentLine ++)
{
retValue += '\n' + infolog.text(currentLine);
}
if(_clearInfo)
{
infolog.clear(_startLine -1);
}
str retValue;
int _startLine = 1;
boolean _clearInfo = true;
for(currentLine = _startLine; currentLine <= infolog.line(); currentLine ++)
{
retValue += '\n' + infolog.text(currentLine);
}
if(_clearInfo)
{
infolog.clear(_startLine -1);
}
No comments:
Post a Comment