Quantcast
Channel: All LoadRunner Practitioners Forum posts
Viewing all articles
Browse latest Browse all 12134

Re: WebServices - Input string "0.15" has an incorrect format for type Double in path

$
0
0

 

Hi,

 

 

I think that the problem is in the quotes ("). Please try to delete them.

 

For example:

//this is valid

double value =0.15; 

 lr_output_message( "value #%f", value); 

 

//this is not valid and you will receive a compilation error.
  
double value2= "0.15"; 

 

Kind regards,


Viewing all articles
Browse latest Browse all 12134

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>