Search found 3 matches
- Sat Jan 02, 2021 9:02 am
- Forum: Technical / Scripting
- Topic: decimal point and compare
- Replies: 5
- Views: 4470
Re: decimal point and compare
Thank you i edited the program now its working. It looks like the decimal point separator setting to comma does not change the numbers to floats but keeps them of type text thats why the compare does not function correctly. All my files i process have numbers with comma as decimal. So i need to need...
- Thu Dec 31, 2020 3:20 pm
- Forum: Technical / Scripting
- Topic: decimal point and compare
- Replies: 5
- Views: 4470
decimal point and compare
let>DECIMAL_SEPARATOR=,
let>a=9,1
let>b=10,2
if>%a%>%b%
messagemodale>yes
else>
messagemodale>no
endif>
Hi i get yes i expected no whats wrong? if i use decimal point i get expected result??
let>a=9,1
let>b=10,2
if>%a%>%b%
messagemodale>yes
else>
messagemodale>no
endif>
Hi i get yes i expected no whats wrong? if i use decimal point i get expected result??
- Sun Sep 24, 2017 9:26 pm
- Forum: Technical / Scripting
- Topic: problem password protected feed json link
- Replies: 3
- Views: 4105
problem password protected feed json link
Hi i have problems with this JSON stocklist request https://erik%40augustin.it:eaugustin@XXXXXXXXXXXXXXX/webservice/?reseller_nettpricing testing with chrome no problem link returns json data with edge a popup shows up for login & password with mjt taskmanager latets version: Let>HTTP_SSL=1 You may ...