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)
Change History (3)
Changed 11 years ago by
comment:2 Changed 11 years ago by
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.
contiene una serie