I want to run vba routine by giving parameters also. Is it Possible ? (microstation 8.1/8.5 vba)

I want to run vba  routine by giving parameters also. Is it Possible ?    (microstation 8.1/8.5 vba)

e.g.,

Public Sub ShowFea (intScale as Integer, lngFeaCode as long)

'todo: ....

End Sub



i want to run it by writing following command:

vba run showFea (1,2002)


Is it Possible ?    (microstation 8.1/8.5 vba)
Parents Reply Children
No Data