Posted by: eldoradofm
« on: September 13, 2011, 01:31:28 pm »Thanks works perfect this way.
Thank you for using this forum as the technical support base for your device.
● You can format the text and attach screenshots, photos and RDS Spy records
● Faster reply: 50 % of questions are answered within 30 minutes
● You don't need to register (but registration is possible)
● The members represent a wide range of experts
● The resolution will be helpful to other users
● You'll be notified by email about new post
setmode(0)
set(amh)
set(start,%time)
repeat:
sleep(1)
send('?X')
if (%tsmaxhold>%amh)
statusbartext(Absolute MAX Hold since %start: %tsmaxhold at %time)
set(amh,%tsmaxhold)
endif
goto(repeat)