Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - peterm833

Pages: [1]
1
Hi,

Don't know if this will also help, but I have also been playing around with Geert's importer (love your work,mate!).

I had a problem setting the attribute.scale property.  After some googling, I stumbled across the answer.  Scale is evidently a reserved word in VBA (sprung - I am not a developer by trade  ;)) - although it does not appear in the list of reserved words on the msdn web site - go figure.  Then I learnt that to use a VBA reserved word in a script, it must be enclosed in square brackets []

So the syntax looks like

myAttribute.[Scale] = attScale

NB - I believe this is only relevent to Numeric/Decimal data types

HTH
Cheers Peter


Pages: [1]