VBScript Function - CnF1G

So how do you turn a delimited string into an array? Here’s how: $a = "atl-ws-01,atl-ws-02,atl-ws-03,atl-ws-04" $b = $a.split(",") In the first command, we simply assign a series of computer names (separated by commas) to the variable $a. In the second command, we use the Split method to separate the list of names and store them in an array named $b. ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download