Код вызова функции BindDN и инициализации переменных
? Bind to DN of a computer listed in the report. ? BEGIN CALLOUT A arrComptInfo = Split(BindDN(strLine),»||») ? END CALLOUT A strDN = arrComptInfo(0) strComputer = arrComptInfo(1) ? If the report includes an invalid DN, run this code. If strComputer = «None» Then strNotes = arrComptInfo(2) & « distinguished name specified» strStatus = «Unable to connect to the specified dn.» Else strNotes = arrComptInfo(2) & « name used for remote connection.»