@mak0ni
https://pinterest-media-upload.s3.amazonaws.com/
according to fiddler here is the WebForm, but i can get the Values for the form-data
7481bcdb-dac9-4100-962e-4df7d36e18e1-image.png
How can i convert -0.01 to 0.01 in variable
-
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.