User contributions for Brendon
Jump to navigation
Jump to search
29 June 2012
- 04:2904:29, 29 June 2012 diff hist −4 And No edit summary
- 04:2404:24, 29 June 2012 diff hist +328 N Date Created page with "DATE '''Description''' DATE returns the current system date. '''Example''' <pre> REM DATE Example 'DATE returns current system date DIM Today Today = DATE PRINT "Today is ..."
- 04:2204:22, 29 June 2012 diff hist +24 Language reference No edit summary
- 04:2104:21, 29 June 2012 diff hist +596 N Cos Created page with "COS(''number'') '''Description''' COS calculates the cosine of a number expressing an angle in radians. The required parameter, ''number'', is any numeric expression. The va..."
- 04:1804:18, 29 June 2012 diff hist +22 Language reference No edit summary
- 04:1604:16, 29 June 2012 diff hist +4 Conversions No edit summary
- 04:1604:16, 29 June 2012 diff hist +1,094 N Conversions Created page with "'''Function''' CBOOL(''expression'') CBYTE(''expression'') CCUR(''expression'') CDATE(''expression'') CDBL(''expression'') CINT(''expression'') CLNG(''expression'') CS..."
- 04:1104:11, 29 June 2012 diff hist +40 Language reference No edit summary
- 04:0804:08, 29 June 2012 diff hist +1,062 N Const Created page with "CONST ''name''=''expression'' '''Description''' CONST declares constants, which can be used in expressions, in place of literal values. The required component, ''name'', mus..."
- 04:0304:03, 29 June 2012 diff hist +29 Language reference No edit summary
- 04:0204:02, 29 June 2012 diff hist +4 Chr No edit summary
- 04:0204:02, 29 June 2012 diff hist +466 N Chr Created page with "CHR(''number'') '''Description''' CHR returns the equivalent character of an ANSI character code. The required expression, number, is any numeric expression. '''Example''' ..."
- 04:0004:00, 29 June 2012 diff hist +24 Language reference No edit summary
- 03:5903:59, 29 June 2012 diff hist −1 ChangeForm No edit summary
- 03:5903:59, 29 June 2012 diff hist +8 ChangeForm No edit summary
- 03:5803:58, 29 June 2012 diff hist +1 ChangeForm No edit summary
- 03:5703:57, 29 June 2012 diff hist −4 ChangeForm No edit summary
- 03:5703:57, 29 June 2012 diff hist +636 N ChangeForm Created page with "CHANGEFORM(''newform'') '''Description''' CHANGEFORM hides the current form and shows newForm. When the current form is hidden, its onhide() function is called. When the new..."
- 03:5303:53, 29 June 2012 diff hist +38 Language reference No edit summary
- 03:5203:52, 29 June 2012 diff hist +1 Call No edit summary
- 03:5203:52, 29 June 2012 diff hist +2 Call No edit summary
- 03:5203:52, 29 June 2012 diff hist −1 Call No edit summary
- 03:5103:51, 29 June 2012 diff hist +12 Call No edit summary
- 03:5003:50, 29 June 2012 diff hist +856 N Call Created page with "CALL ''procedurename[(''argList'')] '''Description''' CALL is an explicit method of executing a FUNCTION procedure or a SUB procedure. The required component, procedurename..."
- 03:4703:47, 29 June 2012 diff hist −10 Language reference No edit summary
- 03:4603:46, 29 June 2012 diff hist +37 Language reference No edit summary
- 03:4403:44, 29 June 2012 diff hist −2 Asc No edit summary
- 03:4403:44, 29 June 2012 diff hist −1 Array No edit summary
- 03:4203:42, 29 June 2012 diff hist −1 And No edit summary
- 03:4203:42, 29 June 2012 diff hist −17 And No edit summary
- 03:4103:41, 29 June 2012 diff hist −1 Ajax No edit summary
- 03:4103:41, 29 June 2012 diff hist −1 Ajax No edit summary
- 03:3803:38, 29 June 2012 diff hist −2 Atn No edit summary
- 03:3803:38, 29 June 2012 diff hist −1 Atn No edit summary
- 03:3803:38, 29 June 2012 diff hist +531 N Atn Created page with "ATN(''number'') '''Description''' ATN returns the arctangent of a number in radians. The required parameter, ''number'', is any numeric expression. To convert degrees to r..."
- 03:3503:35, 29 June 2012 diff hist 0 Language reference No edit summary
- 03:3403:34, 29 June 2012 diff hist +24 Language reference No edit summary
- 03:3303:33, 29 June 2012 diff hist −1 Asc No edit summary
- 03:3203:32, 29 June 2012 diff hist +8 Asc No edit summary
- 03:3103:31, 29 June 2012 diff hist +580 N Asc Created page with "ASC(''string'') '''Description''' ASC returns the ANSI character code of a character. The required parameter, string, is any valid string expression. If string is longer th..."
- 03:2803:28, 29 June 2012 diff hist +24 Language reference →Language Reference
- 03:2703:27, 29 June 2012 diff hist +646 N Array Created page with "ARRAY(''expressionlist'') '''Description''' ARRAY creates an array dynamically. The required parameter, ''expressionlist'', is a comma-delimited list of valid expressions. T..."
- 03:2403:24, 29 June 2012 diff hist +28 Language reference No edit summary
- 03:2203:22, 29 June 2012 diff hist +38 And No edit summary
- 03:2103:21, 29 June 2012 diff hist +885 N And Created page with "'''AND''' ---- '''Operator''' '''Description''' AND returns the logical conjunction of two expressions. result is TRUE, if and only if both expressions x and y evaluate t..."
- 03:1003:10, 29 June 2012 diff hist +22 Language reference →Language Reference
22 June 2012
- 13:2913:29, 22 June 2012 diff hist +8 Ajax No edit summary
- 13:2413:24, 22 June 2012 diff hist +2,091 N Ajax Created page with "AJAX(''URL[,method[,data,[returnFunction]]]'') '''Description''' The AJAX function is used to get or receive data from a server. It is based on XMLHttpRequest. This function..."
- 13:2113:21, 22 June 2012 diff hist +1 Language reference No edit summary
- 13:2113:21, 22 June 2012 diff hist +25 Language reference No edit summary