Is yajl_addNumF working correctly?
Posted: Thu Jun 06, 2024 7:59 pm
Dow SqlCod = 0;
yajl_addNumF(*omit: CcdPct);
Exec SQL Fetch from C1 into :CcdPct;
Enddo;
I was expecting to get an array [1,2,3,4,5,6] instead I got [" ", 1, " ", 2, " ", 3, " ", 4, " ", 5, " ", 6]
Is what I received the intended result?
yajl_addNumF(*omit: CcdPct);
Exec SQL Fetch from C1 into :CcdPct;
Enddo;
I was expecting to get an array [1,2,3,4,5,6] instead I got [" ", 1, " ", 2, " ", 3, " ", 4, " ", 5, " ", 6]
Is what I received the intended result?