2.3.4.5.1.
Chiave "CATPRODUCT_INSTANCENAME"
![[Importante]](https://webapi.partcommunity.com/service/help/latest/pages/it/ecatalogsolutions/doc/images/important.png) | Importante |
---|
CATPRODUCT_INSTANCENAME deve essere unico in CATIA, altrimenti sorgono problemi se due file hanno lo stesso PARTNUMBER in una sessione CATIA. Inoltre: CATIA V5 si basa sullo standard ISO 646, che non supporta un codice di caratteri a più byte. Utilizzare la funzione repTable per avere attributi CATIA validi. |
reptable sostituisce semplicemente un set di caratteri con un altro.
Esempio:
CATPRODUCT_INSTANCENAME=?GetObject("iface.calcnameservice").start(0).Format("<ATTR(NB)>")
.reptable("").value()
Può essere utile anche un'espressione come "Format("<ATTR(NB,english)>").toAlnum()" invece di "reptable".