//  If you want to create a file with a buncha lines 
//  (maybe trying for a specific file size) this is it...

int i;
for (i=0;i<100100;i++)
{
    BufInsertStr(i);
    BufInsertEOL();
}

Back to CodeWright Editor Macros