XML-Parser * IML. / NML.

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > XML-Parser > IML./ NML. -  no parse >

XML-Parser * IML. / NML.

IML./NML.Whitespace Asc

Previous Top Next


MiniRobotLanguage (MRL)

 

IML.Whitespace Asc

IML.wsa

Verify if a numeric number evaluates to a ASCII Code that is a valid XML Whitespace character

 

 

Intention

 

This command is used to check ASC-Values whether they are valid XML-Whitespaces or not.

 

As this is a String Command, no parsing is required before using this command.

 

Usage is simple:

 

$$XMF=64

IML.wsa|$$XMF

 PRT.Yes $$XMF is a valid XML-Whitespace character-code!

ELS.

 PRT.No, $$XMF is not a valid XML-Whitespace character-code!

EIF.

 

 

 

Syntax

 

 

IML.Whitespace Asc|P2

 

Parameter Explanation

 

P2 - Variable with an numeric ASC value (0-255).

 

 

 

Example

 

'***********************************

' Valid Whitespace Character-ASC Numbers

'***********************************

'

$$XMF=32

GSB.test

$$XMF=64

GSB.test

MBX.!

ENR.

:test

IML.wsa|$$XMF

 PRT.Yes $$XMF is a valid XML-Whitespace character-code!

ELS.

 PRT.No, $$XMF is not a valid XML-Whitespace character-code!

EIF.

PRT.----------------------

RET.

 

This is the result of the sample script:

 

graphic

 

 

 

 

Remarks

 

As this is a String Command, no parsing is required before using this command.

 

 

 

Limitations:

 

-

 

 

See also:

 

  ! Smart Package Robot 's XML-Features

  ! SPR - XML-Parser Flags

  XML. - eXtended Markup Language

  wsc - Whitespace Character