![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I need to parse a comma separated list of strings in 4gl. If there is a number less than 290000 in the list i need to return a true value, otherwise false. I have something like: let topix = "300000,310010,420011,650934,280000" let top_loop = 0 * while (top_loop < length(topic)) * * * * if (topix[top_loop, top_loop + 6] < 290000) then * * * * * * return 1 * * * * end if * end while * return 0 |
#3
| |||
| |||
|
|
I need to parse a comma separated list of strings in 4gl. If there is a number less than 290000 in the list i need to return a true value, otherwise false. I have something like: let topix = "300000,310010,420011,650934,280000" let top_loop = 0 * while (top_loop < length(topic)) * * * * if (topix[top_loop, top_loop + 6] < 290000) then * * * * * * return 1 * * * * end if * end while * return 0 |
![]() |
| Thread Tools | |
| Display Modes | |
| |