https://bugs.documentfoundation.org/show_bug.cgi?id=172715
Bug ID: 172715
Summary: BASIC Wait function stops working
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: BASIC
Assignee: [email protected]
Reporter: [email protected]
In LibreOffice Calc, I am using a macro that I've written to implement a
countdown timer using the BASIC Wait function to countdown seconds.
The relevant code looks like this:
Do While TimerDecrement() < GetTimerInterval()
Wait 1000
Loop
This code works initially, but after some unknown conditions, it stops working
and the loop simply spins full speed without the 1 second delay from the Wait
1000 statement.
Something is causing the Wait statement to stop working, it seems.
--
You are receiving this mail because:
You are the assignee for the bug.