Modify ↓
Opened 15 years ago
Closed 15 years ago
#9068 closed defect (invalid)
Problema SetSer
Reported by: | manu | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Cuando quieres crear un serie con un conjunto de mas de 2 fechas en el fechado de las mismas con la funcion SetSer, la serie resultante no contiene todas las fechas Ej: Set Datos = SetOfReal(10500, 11500, 11000); Set Fechas = SetOfDate(y2009m11d09, y2010m05d31,y2011m01d31); TimeSet fech = DatesOfSet(Datos); Serie res = SetSerDat(Datos, Fechas[1], fech);
La serie creada con SetSer esta en el fechado (y2010m05d31,y2011m01d31), no en el fechado (y2009m11d09, y2010m05d31,y2011m01d31)
Attachments (0)
Note:
See TracTickets
for help on using tickets.
WrongTrac.