Code: Select all
RemoteIP := "10.211.114.9"
RemotePort := 6100
for i, v in GetTcpTable()
{
if (RemoteIP = v.RemoteIP) && (RemotePort = v.RemotePort)
MsgBox % v.State
}
Code: Select all
RemoteIP := "10.211.114.9"
RemotePort := 6100
for i, v in GetTcpTable()
{
if (RemoteIP = v.RemoteIP) && (RemotePort = v.RemotePort)
MsgBox % v.State
}
Code: Select all
r1:=xl.Range("F6")
r2:=xl.Range("G7")
combine:=r1 , r2
xl.Union[combine].Font.Bold := True