Quantcast
Channel: Ivanti User Community : Discussion List - All Communities
Viewing all articles
Browse latest Browse all 15294

VBScript for Price attribute for Software License Import

$
0
0

We used the following vbscript to modify all price entries in our software import list.

 

 

 

if InStr(value, ".") = 0 Then

                value = value & "00"

end if

retvalue=Replace(Replace(Replace(value,"$",""),",",""),".","”)


Viewing all articles
Browse latest Browse all 15294

Trending Articles



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