mpset.Clear
mpset.Put(ComEthbox, 0)
mpset.Put(Serialbox, 0)
mpset.Put(Pastebox, 0)
mpset.Put(iptxt, "192.168.1.25")
dim n as Node
For i = 0 to mpset.Size - 1
' n = mpset.Get("Pastebox")
n = mpset.Get(mpset.GetKeyAt(i))
If n Is ComboBox Then
Log("combobox")
Else If n Is CheckBox Then
Log("checkbox")
.........
Else
End If
Next