This function returns whether the specified slot on the given timestep has the specified flag.
Description |
||
Type |
||
Arguments |
||
1 |
||
2 |
||
3 |
The flag to test. The flag is specified by string, which can be the single letter version of the flag or the full flag name: |
|
Evaluation |
The function returns whether or not the slot has the flag at that date. If the slot does not have a value at the date then the function returns that an invalid value was found (which will cause the calling block to terminate early). |
|
Comments |
An error is returned if the slot is not a Series Slot or if the date is not a legal timestep for that slot. See also the IsInput function, See IsInput which is a more limited function used to test for the “I” or “Z” flag. Note, unlike this function, it returns FALSE when the slot does not have a value. |