mountie
(Mountie)
1
Hi. I was able to link dynamic anchor with specific value when targeting.
but I found when the value is numeric, it have some problem.
if the value is 1234.00 then I succeed
if the value is 1234 then I failed.
is there any possible way to detect dynamic linked value as numeric?
mountie
(Mountie)
2
I found solution.
Convert.ToDouble(in_usdOrderAmt).ToString(“.00”)
thank you all.
1 Like
system
(system)
Closed
3
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.