I remember having seen a FW build in function to write a protocol file but can’t remember the syntax.
Could someone help me.
Thanks in advance
Otto
I remember having seen a FW build in function to write a protocol file but can’t remember the syntax.
Could someone help me.
Thanks in advance
Otto
Otto,
LogFile( cFileName, aValues )
aValues is an array with any amount of elements of any type
Hello Antonio,
thank you.
Is there a speed difference between memowrite and logfile.
Thanks in advance
Otto
Otto,
Those functions do different tasks:
MemoWrit() writes an entire file at once.
LogFile() write one line each time is called.