BarcodeCode128.followingCharsBetween Method [AX 2012]

Syntax

protected int followingCharsBetween(
    BarCodeString _str, 
    int _strLength, 
    int _startPos, 
    int _minChar, 
    int _maxChar)

Run On

Called

Parameters

  • _strLength
    Type: int
  • _startPos
    Type: int
  • _minChar
    Type: int
  • _maxChar
    Type: int

See Also

Reference

BarcodeCode128 Class