tooldesigner,
So it is the rouge linetype that is the cause! – OK lets fix that one.
Simple – make sure you have “Continuous” or ActiveLinetype as the MlineType in our argument to the MakeLayer subroutine – this will solve the problem – check your spelling just to make sure – Programming – I don’t know why I started; the syntax is killing me!.
The reason for enforcing the LineType and not accepting the default “Continuous” is because I wanted the user to have flexibility in our tools subroutine for differing linetypes.
OH well I tried.
You could add code to the MakeLayer subroutine
MlineType = “Continuous” and force the MlineType, however this would be defeating the purpose.
As an error check add:
MsgBox MlayerTxt
early in the MakeLayer routine to observe the variable.
Persistence pays – you learn more from corrected program errors than copy and paste.
------------------
Regards
John Finlay
Don't want to post a question - email me direct on john@acecad.com.au
[This message has been edited by John Finlay (edited 08-21-2001).]