English Reference > Conversion Codes > Conversion Code Reference > CALL Code - Call Subroutine

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

CALL Code - Call Subroutine (English) (m618307+call.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

CALL Code - Call Subroutine

Calls an Embedded Basic subroutine.

Input Conversion

Input conversion does not invert. It simply processes the input data.

Syntax

CALL subroutinesvmparameters

Syntax Elements

subroutine The name of a DataBasic subroutine, cataloged in the current account.

Note: The subroutine's catalog entry must be in the current account. You cannot specify a different account.

svmA subvalue mark.

parameters A string that will be passed to the subroutine. This can be accessed from within the subroutine using the ACCESS(31) function. The string is terminated by the next value mark or the end of the conversion attribute.

RealityV15.1 (MoTW) Revision 7Comment on this topic