Retourne une expression de la commande commentarisée compréhensible par ACCAS
et exploitable par EFICAS
"""
- return "COMMANDE_COMM(texte='''"+self.texte+"''')\n"
+ return "COMMANDE_COMM(texte="+repr(self.texte)+")\n"
+ #return "COMMANDE_COMM(texte='''"+self.texte+"''')\n"
class AFFECTATION_EVAL(ENTITE_JDC):
fichier = '/local/chris/ASTER/Eficas/Eficas1_10/EficasV1/Tests/testcomm/b.comm'
fichier = '/local/chris/ASTER/instals/STA8.2/astest/forma12c.comm'
fichier = 'titi.comm'
+ fichier = '../Aster/sdls300a.comm'
texte = open(fichier,'r').read()
class appli:
dict_reels={}