Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
sorry new to bablosoft, I want to convert minutes to second, how to do that? example i put "1" in my fixed integer resource and script will process it as 60 seconds
@malda Just multiply it by 60....
@halilhrm0618 you can try regular expression as >\d{6}</td> then use again regular expression \d{6}
@tet-vivi perfect! thank you!!!
@heshamyassin1
Here ya go bud, example with Visual Designer.
0_1555168002790_5minEnd.xml
Hey @lother,
Best part about BAS is the JavaScript functionality it has!
Here's a little script to turn a number into a positive with JavaScript's Math.abs() function.
0_1494388512676_sample.xml