1.New line to logfile logwrite #13#10
Example: Get system and write to log file
while i > 0
i = i - 1
gettime STR_TIME "[System time] : %Y%m%d-%H%M%S"
logwrite STR_TIME
logwrite #13#10
pause 10
endwhile

[Reference]