Search Results for variable

 

Const

Takes two parameters, the variable name and a value

 

CsvStream$

Takes one parameter bNoHeaders and returns the result to an assigned variable

 

RawStream$

Takes one parameter, a top query destination variable

 

Select / Case / End Select

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

 

Thread

Takes a variable number of parameters

 

[HtmlOutput]

Takes a variable number of parameters

 

Build

Takes a variable number of parameters

 

Math

Takes a variable number of parameters

 

SetIfAll

Takes a variable number of parameters, FieldBase, Destination, Source, Test1, Test2, [etc...]

 

SetIfAny

Takes a variable number of parameters, FieldBase, Destination, Source, Test1, Test2, [etc...]

 

Folders

Takes a single variable, the relative path to the directory from root of project

 

KeepIfAll

Takes a variable number of parameters, FieldBase, Test1, Test2, [etc..]

 

KeepIfAny

Takes a variable number of parameters, FieldBase, Test1, Test2, [etc...]

 

ForEach

Takes a variable number of parameters, QueryName, MethodName, [Param1, [Param2, etc...]]

 

[Ensure] Field Exists

Takes a variable number of parameters, a comma separated list of TopQuery variable names

 

Call

Takes a variable number of parameters

 

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

Takes a variable number of conditional statements

 

Return

Takes a variable number of parameters.

 

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.

 

Record Report

Record Reports are presented to the users of the Default Admin interface and are also intended to be made available in a dynamic way to users of a customized front end. As a Report, the Procedure is expected to produce output to be displayed to the user.

 

Table Action

Table Actions are presented to the users of the Default Admin interface and are also intended to be made available in a dynamic way to users of a customized front end. As an Action, the Procedure is expected to perform some sort of task, such as an automated set of updates to the Database Table.

 

Record Action

Record Actions are presented to the users of the Default Admin interface and are also intended to be made available in a dynamic way to users of a customized front end. As an Action, the Procedure is expected to perform some sort of task, such as an automated set of updates to the Database Record.

 

[L] Lookup (Top Query)

Takes one parameter.

 

TopQuery

Takes one parameter, FieldBase

 

Table Report

Table Reports are presented to the users of the Default Admin interface and are also intended to be made available in a dynamic way to users of a customized front end. As a Report, the Procedure is expected to produce output to be displayed to the user.

 

Parse$

Takes four parameters, Source, bAny, Search, Item