I am writing a Solidworks text editing macro program to translate english into chinese.
The issue I have is establishing Number and Bullet formating of existing notes.
The follwoing line of code will 'Set' auto numbering.
<PARA indent=10 findent=-10 number=on ntype=1 nformat=$$. nstartNum=0>...
Where did you find this information on numeric bullets?
"<PARA indent=10 findent=-10 number=on ntype=1 nformat=$$. nstartNum=0>"
I trawled the VB help files to no avail. Do you know the code for a dot bullet...And how to get a notes bullet format?