produces Method argument 1 must be a positive whole number; found "-1",
myself=.context~package~name;callcharinmyself2,-1
gives no error, i.e., the detection of the fact that the start parameter is wrong depends on it being numeric. If instead of -1 we write '*', the error is detected in both cases.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Additionally, while
produces
Method argument 1 must be a positive whole number; found "-1",gives no error, i.e., the detection of the fact that the start parameter is wrong depends on it being numeric. If instead of -1 we write '*', the error is detected in both cases.