Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
int currentRow=0;
while (currentRow<= tHashInput.lenght90)
{
//create a JsonString with 10 row records each
for(i=0; i<=10; i++)
{
JsonString = JsonString + "{\"u_Name\": \"" +row7.name + "\"}";
}
currentRow = currentRow+1;
}