I have modified the default CATScript to my requirements but I can't get the date to a dd/mm/yy format. Please help!
Can anyone suggest a good user guide for Catia VB?
The only written guide to CATScript and CATIA VB that I know of is a german book Had to buy a dictionary to )
CATIA V5 - Effizientes Konstruieren mit Makros.
by Dieter R. Ziethen (Author)
It only deals with Parts (Part/Surface/Sketcher workbenches) and not drawings or assemblies. Its quite useful for building parts though.It was written for R10 I believe.
The question you post about date format is more general for VB/VBA and there are several books on these topics. Personally I got started with "VBA for dummies", which is OK to get going, and then I bought some books from Oreilly: "VB/VBA in a nutshell", "VBScript in a nutshell" and finally "Visual Basic Controls in a nutshell".
(Can't guarantee the title-names are 100% correct)
These are very good books for finding what you need quickly.Also if you have any office applications installed, for example excel,the helpfiles for VBA contains lots of good information on general use of VBA with code examples.