Am I doing this the right way?
Code:
Input_Value = 1
for(Line = 0; read_file(File, Line, Text, 32, len); Line++)
{
parse(Text, TestText, 32, TextValue, 99)
if(equali(FirstString, Input_text, 32))
{
new TextStr[255]
format(TextStr, 254, "%s %d", FirstString, Input_Value)
write_file(File, TextStr, Line)
}
}
__________________
HDD fried, failed to backup files. Sorry folks, just don't have free time anymore. This is goodbye.