I get this respond:
Upload No. of Records : 6 records
"AAA" "Sudah Lulus"
"ABC" "Tidak Lulus"
"DEF" "Sudah Lulus"
"GHI" "Tidak Lulus"
"KLM" "Sudah Lulus"
--------------------------------------------------------------------------------
Error Occurred While Processing Request
Error Diagnostic Information
An error occurred while evaluating the expression:
#listgetat(logline,2,","

#
Error near line 10, column 33.
--------------------------------------------------------------------------------
In function ListGetAt(list, index [, delimiters]) the value of index, which is 2, is not a valid index for the list given as a the first argument (this list has 1 elements). Valid indexes are in the range 1 through the number of elements in the list
The error occurred while processing an element with a general identifier of (#listgetat(logline,2,","

#), occupying document position (10:32) to (10:57).
I think my last loop/termination point problem. If it works i need to assign this to variable and then upload the stored value in my SQL tables. Any easier way?