/* rcstr.h */ #ifndef _INC_RCSTR_H #define _INC_RCSTR_H // sercol.pan #define _rcstr_mcol "Multiple Columns" #define _rctip_mcol "Select Multiple Columns" #define _rcstr_gcoln "GETCOLUMN Extract Multiple Columns" #define _rcstr_gcolf "Getcol(ser, columns)" #define _rcstr_gcolx `Getcol(W1, {1, 3, 5}) \u200B` #define _rcstr_coln "COL Extract a Single Column" #define _rcstr_colf "COL(ser, column)" #define _rcstr_colx `Col(W1, 5) \u200B` // serrow.pan #define _rcstr_mrow "Multiple Rows" #define _rctip_mrow "Select Multiple Rows" #define _rcstr_grown "GETROW Extract Multiple Rows" #define _rcstr_growf "Getrow(ser, columns)" #define _rcstr_growx `Getrow(W1, {1, 3, 5}) \u200B` #define _rcstr_rown "ROW Extract a Single Row" #define _rcstr_rowf "Row(ser, row)" #define _rcstr_rowx `Row(W1, 5) \u200B` // misc #define _rcstr_ser "Series" #define _rcstr_col "Column" #define _rcstr_row "Row" #endif