I found this bit of MiniBasic code on my PC, and thought it would be interesting to convert it
When you choose a CSV file, the bottom bar turns Green
When you click the 'Process' button it SHOULD turn Amber, but it doesn't - can't figure it out
When it has finished processing, the bar turns Red
Can anyone sort it out?
Brian
Inserted
messagebox dlg,"What happened","Info"
as line 70. Stops it right when the bar is amber. When you click ok, it then goes to red.
It works, it just happens so fast that your eyes can't see it.
Bill
Hey, Bill,
That gave me an idea - instead of the MESSAGEBOX, I inserted a 'WAIT 5'
It now works for me exactly as I wanted it to in the first place. Thank you
Edit: Actually, WAIT 1 works just as well, but I must have got a bit carried away!
Brian