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.
- Timestamp:
-
Apr 3, 2009, 8:26:54 AM (16 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
-
Property
Status
changed from
new
to
closed
-
Property
Type
changed from
defect
to
doubt
-
Property
Component
changed from
Database
to
TimeAlgebra
- Property Owner changed from Jorge to Víctor de Buen Remiro
-
Property
Resolution
changed from
to
fixed
-
initial
|
v7
|
|
1 | | La función PutSerDat no cambia el dato cuando la serie es infinita. |
| 1 | La función {{{PutSerDat}}} no cambia el dato cuando la serie es infinita. |
2 | 2 | |
3 | 3 | Ejemplo: |
| 4 | {{{ |
4 | 5 | Serie prueba = CalInd(Mensual,Mensual); |
5 | 6 | Real PutSerDat(prueba ,y2008m01d01,5); |
6 | | |
| 7 | }}} |
7 | 8 | Si la serie es finita o la serie es reasignada si cambia el dato, por ejemplo |
8 | | |
| 9 | {{{ |
9 | 10 | Serie prueba = CalInd(Mensual,Mensual); |
10 | 11 | Serie prueba := CalInd(Mensual,Mensual); |
11 | 12 | Real PutSerDat(prueba ,y2008m01d01,5); |
12 | | |
| 13 | }}} |
13 | 14 | Un saludo |