Syntax |
Inline name [parameters] |
|
Description |
Allows execution or interpretation of a block of text. |
|
Comments |
The Inline statement takes the following parameters: |
|
|
Parameter |
Description |
|
name |
Identifier specifying the type of inline statement. |
|
parameters |
Comma-separated list of parameters. |
|
anytext |
Text to be executed by the Inline statement. This text must be in a format appropriate for execution by the Inline statement. The end of the text is assumed to be the first occurrence of the words End Inline appearing on a line. |
Example |
Sub Main() |
I |