Quantcast
Channel: Ivanti User Community: Message List
Viewing all articles
Browse latest Browse all 12704

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 12704

Trending Articles