Hi everyone.
I’m new to xojo. Can you help me to figure out how to check each line that contains more than 0 queued. And display the whole line that has more than 0 queued.
Below is sample of the file.
smsbox:tes1, IP 127.0.0.1 (0 queued), (on-line 0d 2h 30m 37s)
smsbox:test2, IP 127.0.0.1 (1 queued), (on-line 0d 2h 30m 36s)
smsbox:test3, IP 127.0.0.1 (2 queued), (on-line 0d 2h 30m 35s)
smsbox:test4, IP 127.0.0.1 (3 queued), (on-line 0d 2h 30m 34s)
Hope someone can help me on this. Thank you in advance.