Proc Reference > PQN Proc Commands > B

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.

Reality V15.0 ()

B command (Proc) (m618403+b.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

B

Moves the buffer pointer in the active input buffer back to the previous parameter.

Syntax

B

Operation

The input buffer pointer moves backward until it finds an attribute mark.

If the pointer is on the first character of a parameter, it is treated as though it were on the preceding attribute mark, and the pointer is moved back to the attribute mark of the previous parameter.

If the pointer does not find an attribute mark, it is positioned at the beginning of the input buffer.

If the pointer is already at the beginning of the buffer when the B command is issued, there is no change.

Example 1

Command PIB Before PIB After
B DSP^CM^SMITH^3
         
?
DSP^CM^SMITH^3
     
?

Example 2

Command PIB Before PIB After
B INQ^PO^11713
     
?
INQ^PO^11713
  
?

RealityV15.0Comment on this topic