Hi There! Does anyone have a manual for KSS 8.5 similar to: KSS_82_83_CREAD_CWRITE_en.pdf ??
KSS 8.5.7 HF1
It seems that the:
command does not produce a new line..
eg:
Code
CWRITE($FCT_CALL,STAT,MODE,"krl_fwriteln", HANDLE, "hello"
CWRITE($FCT_CALL,STAT,MODE,"krl_fwriteln", HANDLE, "world"
will output the file in C:\KRC\ROBOTER\UserFiles\test.csv: helloworld
From the KSS 8.3 manual for krl_fwriteln: "An end-of-line character is appended to the character string to be written."
Thanks in advance!