pub fn getarrvalue(arr: &[String], start: i64, end: i64) -> Vec<String>
Get array element with subscript handling (from params.c getarrvalue)