Search Results for functions

 

 

 

TimeAdd$

Takes two parameters, Source, Value

 

Right$

Takes two parameters, Source, Value

 

Len$

Takes one parameter, a Source value

 

HttpHeaders$

Has no parameters

 

HttpHeader$

Has one parameter

 

Len%

Takes one parameter, a Source value

 

Left$

Takes two parameters, Source, Value

 

Time

Takes six parameters, FieldBase, Destination, Function, Source, Value, IfLenFld

 

Text

Takes six parameters, FieldBase, Destination, Function, Source, Value, IfLenFld

 

HtmlBlocks / End HtmlBlocks

Takes two parameters, Location, Mode

 

Value

Takes four parameters, FieldBase, Destination, Function, IfLenFld

 

Num

Takes 6 parameters, FieldBase, Destination, Function, Source, Value, IfLenFld

 

TimeSub$

Takes two parameters, Source, Value

 

TimeDif$

Takes two parameters, Source, Value

 

Geo

Takes nine parameters, FieldBase, Destination, Function, Source1, Source2, Source3, Source4, Options, IfLenFld

 

HttpHeader

Takes two parameters, name, value

 

Style Guide, Procedures and Code Documentation

In order for source code to be more readily readable across teams, it is recommended that your source code always be styled according to this style guide.

 

MOX Coding and Programing Language Syntax Documentation

The MOX coding and programming language pays heritage to BASIC, but has been crafted for the specific type of work and environment that is demanded of Moxie.Build.

 

Get Started with Setting up the Development Environment

Developing in Moxie.Build on localhost give you the advantage of working with the template files natively. When working on procedures (MOX code) you need to access that through the Procedures page in the Admin area of a Moxie.Build system, if running the server on localhost or on a remote server. When running on a remote server, you can edit the template files via the Files page in the Admin area.

 

 

Function

A special type of Private Method, called a Private Function, that is intended to return a single value or multiple values simultaneously.

 

Select / Case / End Select

Takes a variable number of conditional statements to compare against a single source

 

CFApi$

Takes three parameters Method, URL, Body

 

If (Not) / And / Or / ElseIf / End If

Takes a variable number of conditional statements

 

Return

Takes a variable number of parameters.