close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 11 years ago

Last modified 11 years ago

#1755 new defect

Fallo del Copy de una serie cargada como BDT

Reported by: Chakib Faghloumi Owned by: Víctor de Buen Remiro
Priority: highest Milestone: Mantainance
Component: Kernel Version: 3.2
Severity: normal Keywords:
Cc:

Description

//falla el copy;
Set setBDT = Include("C:/paro.bdt");
Serie serBDTCopy = Copy(paro);
Serie serBDTCopy2 = Copy(setBDT[1]);

//no falla el copy;
Serie  Copy(setBDT[1]);// sin darle el nombre  no falla
Serie serBdt = setBDT[1];
Serie ParoWhithFor = Copy(serBdt);

Attachments (1)

paro.bdt (1.1 KB) - added by Chakib Faghloumi 11 years ago.
contiene una serie

Download all attachments as: .zip

Change History (3)

Changed 11 years ago by Chakib Faghloumi

Attachment: paro.bdt added

contiene una serie

comment:1 Changed 11 years ago by Víctor de Buen Remiro

Por favor, ¿podrías ser más explícito diciendo lo que falla?

comment:2 Changed 11 years ago by Chakib Faghloumi

no falla a nivel sintactico sino devuelve una seria con solo el primer dato, lo veras compilandolo el codigo.

Note: See TracTickets for help on using tickets.