KSS 8.6, KRC4
Hello everyone,
Attempting to read from a file with krl_fgets while referencing an array of file names.
The issue I'm having is even calling to open the file:
CWRITE($FCT_CALL, STAT, MODE, "krl_fopen", _FILES[FileNumber, ], "r", HANDLE)
Where _FILES is a char array of [# x 256], each row containing a file name like "F1.TXT".
Is this illegal?? I've also tried populating a temp variable like _File_i which takes _FILES[FileNumber, ]... To no avail.