Bewerken

Share via


NumberSequence.Range(Text, Integer [, Boolean]) Method

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 [, CompanySpecific: Boolean])

Parameters

Name
 Type: Text
Specifies the name of the number sequence.

Count
 Type: Integer
Specifies the number of sequence values to retrieve.

[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.

See Also

NumberSequence Data Type
Getting Started with AL
Developing Extensions