Search Results for private

 

Method

Private Method contained within a given procedure.

 

Function

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

 

HtmlBlock / End HtmlBlock

Takes two parameters, Location, Mode

 

HttpNoCache

Has no parameters.

 

Shell$

Takes two parameters Command, Options

 

[Meta]

Takes no parameters

 

[Me]

Takes no parameters

 

LoadFile$

Takes three parameters, FilePath, Start, Len

 

JsonStream$

Has one parameter, Options

 

ListFiles

Takes 3 parameters, Folder, Filter, bShowImgSize, bShowAccessed

 

SaveCsvFile

Takes two parameters, FilePath, bUseHeader

 

LoadTabFileWS

Takes two parameters, FileName, bHasHeader

 

HtmlBlocks / End HtmlBlocks

Takes two parameters, Location, Mode

 

SaveTabFile

Takes two parameters, FileName, bUseHeader

 

LoadTabFile

Takes two parameters, FileName, bHasHeader

 

LoadCsvFileWS

Takes two parameters, FileName, bHasHeader

 

LoadCsvFile

Takes two parameters, FileName, bHasHeader

 

LoadPipeFileWS

Takes two parameters, FileName, bHasHeader

 

LoadJsonFile

Takes two parameters, PathToFile, Options

 

Include

An Include Procedure cannot be executed directly, the contents of its source code can only be Included into other Procedures using the Include command.

 

Exit (Proc)

Takes no parameters

 

ForEach

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

 

LoadPipeFile

Takes two parameters, FileName, bHasHeader

 

Get Started with Service Setup on a Server

A single Windows OS can host many instances of Moxie.Build, these steps will guide you through the setup process.

 

 

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.

 

TRON

Takes one parameter, FilePath

 

TRONLog

Takes one parameter, OutputText

 

Cloudflare Origin Certificates

Cloudflare automatically provides free client-facing certificates for your domain, even if using their free service. In addition, they provide free Origin Certificates to encrypt the connection between Cloudflare and your origin Moxie.Build server. Use this article if you are going to have Cloudflare connect to inbound open ports on your Moxie.Build server.

 

Return

Takes a variable number of parameters.

 

GoTo

Takes one parameter, a Label

 

Include

Takes one parameter, ProcedureName

 

OnError / End OnError

Takes one parameter, Control