User contributions
- 06:42, 3 September 2008 (diff | hist) . . (+139) . . N Strlen (New page: int strlen(string str) returns the length of a string eg. string myString; int i; myString = "hello"; i = strlen(myString); // i = 5)
- 06:38, 3 September 2008 (diff | hist) . . (+7) . . Substr
- 06:36, 3 September 2008 (diff | hist) . . (+407) . . N Substr (New page: Overloaded method to return s string within a string string substr(string str, int start, int finish) string substr(string str, int start) // reads to the end of the string for finish Ca...)
- 03:35, 27 February 2008 (diff | hist) . . (+257) . . N Format (New page: formats a string string format(string expression, ... variables) eg. format("Change number is %s", chg_ref_num); format("Change number is %s and description is %s", chg_ref_num, descrip...)
- 03:01, 27 February 2008 (diff | hist) . . (+336) . . N Workshift work2abs (New page: USD utilises workshifts and sometimes it is usefull to be able to determine times within a workshift. date workshift_abs2work(string workshift, date start, int duration) Returns the da...)
- 02:58, 27 February 2008 (diff | hist) . . (+344) . . N Workshift abs2work (New page: USD utilises workshifts and sometimes it is usefull to be able to determine times within a workshift. int workshift_abs2work(string workshift, date start, date finish) Returns the time i...)
- 02:52, 27 February 2008 (diff | hist) . . (+4) . . Spel Reference Guide