Hello Eduardo,
The Custom KRL component only copies the text into the *.src file, it does not interpret it. However, there is a component called "Import KRL" in the member version - to which you should have access - that imports movement commands.
In your exemplary file, with much additional logic, it boiled down to these two commands which were output again by the component:
PTP {E6POS: X 1098.629, Y 0, Z 959.604, A 0, B 90, C 0, E1 0, E2 0, E3 0, E4 0, S 'B 010'} C_PTP
PTP {E6AXIS: A1 5, A2 -90, A3 100, A4 5, A5 10, A6 -5, E1 0, E2 0, E3 0, E4 0} C_PTP
You can also import positions from *.dat files, where position information is usually saved if you are teaching positions.
Just note that the component was mostly made to be able to quickly check *.src files generated by KUKA|prc, so if yours are differently formatted, the results may vary.
Best,
Johannes