Thank you.
Hi, I used this simple regexp, but it doesn't work correctly in the latest version. function numberWithCommas(x, arg) { arg || ( arg = "."); return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, arg); } numberWithCommas(1234567)=1..234..567 numberWithCommas(1234567,'#')=1##234##567 Thank in advance.
thank you for answer. it actually works after recompiling the widget, but it cannot be started automatically. very simple example in the attachment.
Hello, I have a widget for SC that I use GUI element QLCDNumber, but there is no in newer versions support (6.04). Wouldn't it be possible to add/return this? Thanks in advance
Hello, I have a widget for SC that I use GUI element QLCDNumber, but there is no in newer versions support (6.04). Wouldn't it be possible to add/return this? Thanks in advance