Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Version: Available or changed with runtime version 13.0.
Retrieves a range of values from the number sequence.
Syntax
RangeStart := NumberSequence.Range(Name: Text, Count: Integer, var Increment: BigInteger [, CompanySpecific: Boolean])
Parameters
Name
Type: Text
Specifies the name of the number sequence.
Count
Type: Integer
Specifies the number of sequence values to retrieve.
Increment
Type: BigInteger
Retrieve the increment value of the sequence.
[Optional] CompanySpecific
Type: Boolean
Specifies if the number sequence is company-specific. Default is true.
Return Value
RangeStart
Type: BigInteger
Returns the start of the range from the number sequence.
Related information
NumberSequence Data Type
Getting Started with AL
Developing Extensions