$rc = WriteNextLine($NextLine)
$NextLine = 'TCP/IP Address: @IPaddress0' ;TCP/IP address (possible values for X are 0 - 3) Note: Addresses are padded so that the resulting string always consists of four sets of three characters separated by periods. For example, if your IP address is 123.45.6.7, @IPADDRESS0 is "123. 45. 6. 7"
$rc = Print($NextLine)
;? '$NextLine'
$rc = WriteNextLine($NextLine)
$NextLine = 'TCP/IP Address1: @IPaddress1' ;TCP/IP address (possible values for X are 0 - 3) Note: Addresses are padded so that the resulting string always consists of four sets of three characters separated by periods. For example, if your IP address is 123.45.6.7, @IPADDRESS0 is "123. 45. 6. 7"
$rc = Print($NextLine)
;? '$NextLine'
$rc = WriteNextLine($NextLine)
$NextLine = 'TCP/IP Address2: @IPaddress2' ;TCP/IP address (possible values for X are 0 - 3) Note: Addresses are padded so that the resulting string always consists of four sets of three characters separated by periods. For example, if your IP address is 123.45.6.7, @IPADDRESS0 is "123. 45. 6. 7"
$rc = Print($NextLine)
;? '$NextLine'
$rc = WriteNextLine($NextLine)
$NextLine = 'TCP/IP Address3: @IPaddress3' ;TCP/IP address (possible values for X are 0 - 3) Note: Addresses are padded so that the resulting string always consists of four sets of three characters separated by periods. For example, if your IP address is 123.45.6.7, @IPADDRESS0 is "123. 45. 6. 7"
$rc = Print($NextLine)
;? '$NextLine'