- Код: Выделить всё
' в модуле пишу
public Type IncludingFile
filename As String
Title As String
MaxLevel As Byte
End Type
public File as IncludingFile
public colFiles as new collection
пото м в коде пишу следующее
- Код: Выделить всё
file.filename="123312"
file.maxlevel=3
colfiles.add file
В итоге выдает ошибку что чет там про раннее связывание и тд.