| AHELP for CIAO 4.2 | is_rmf |
Context: sl.crates |
Synopsis
Determine if the crate contains an RMF.
Syntax
is_rmf(crate);
Description
- crate - input crate
The is_rmf command returns "1" if the crate contains an RMF and "0" if not.
Example
slsh> cr = read_rmf("src.rmf");
slsh> is_rmf(cr);
1A file is read into the crate "cr", then is_rmf is used to confirm it is an RMF.
Bugs
See the bug pages on the CIAO website for an up-to-date listing of known bugs.
See Also
- sl.crates
- col_exists, is_arf, is_pha, is_virtual, key_exists, read_rmf, write_rmf
![[CIAO Logo]](../imgs/ciao_logo_navbar.gif)