[back] [prev] [next] [index] [root]
CheckArgus
Handy tool to check the input to a kash function.
Syntax:
r = CheckArgus (hdCall,string);
r |
int |
number of type matching format string |
hdCall |
TypHandle |
all arguments |
string of format strings |
t_string |
|
Description:
\begin{tabular}{|l|l|l|}
\hline
Handle-Type & Format & Description
\hline
T_BOOL & %B &
T_INT & %d &
T_KantELT & %E &
T_KantFF & %FF &
T_KantFFE & %FFE &
T_KantFIELD & %FLD &
T_KantFFO & %FFO &
T_KantFFOE & %FFOE &
T_KantFFOI & %FFOI &
T_KantFFS & %FFS &
T_KantFFSE & %FFSE &
T_KantFFPL & %FFPL &
T_KantFFDI & %FFDI &
T_KantIDEAL & %I &
T_LIST, T_VECTOR & %L &
T_KantLATELT & %LE &
T_KantLAT & %LT &
T_KantMAT & %M &
T_KantMODULE & %MO &
T_KantORDER & %O &
T_KantPOLY & %P &
T_KantPOLYALG & %PA &
T_PERM16, T_PERM32 & %PERM &
T_RAT & %Q &
T_KantQF & %QF &
T_KantQFE & %QFE &
T_KantREAL & %R &
T_KantRING & %r &
T_STRING & %s &
T_KantSIMP & %SI &
T_KantTHUE & %TH &
T_KantVR & %VR &
T_KantVRE & %VRE &
T_KantINT & %Z &
\hline
\end{tabular}
<- back[back] [prev] [next] [index] [root]