Codeunit DotNet_Array

ID 3000
Namespace: System.Utilities

Methods

StringArray

procedure StringArray(Length: Integer)

Parameters

Name Type Description
Length Integer

CharArray

procedure CharArray(Length: Integer)

Parameters

Name Type Description
Length Integer

ByteArray

procedure ByteArray(Length: Integer)

Parameters

Name Type Description
Length Integer

Int32Array

procedure Int32Array(Length: Integer)

Parameters

Name Type Description
Length Integer

Length

procedure Length(): Integer

Returns

Type Description
Integer

SetTextValue

procedure SetTextValue(NewValue: Text, Index: Integer)

Parameters

Name Type Description
NewValue Text
Index Integer

SetCharValue

procedure SetCharValue(NewValue: Char, Index: Integer)

Parameters

Name Type Description
NewValue Char
Index Integer

SetByteValue

procedure SetByteValue(NewValue: Byte, Index: Integer)

Parameters

Name Type Description
NewValue Byte
Index Integer

SetIntValue

procedure SetIntValue(NewValue: Integer, Index: Integer)

Parameters

Name Type Description
NewValue Integer
Index Integer

GetValueAsText

procedure GetValueAsText(Index: Integer): Text

Parameters

Name Type Description
Index Integer

Returns

Type Description
Text

GetValueAsChar

procedure GetValueAsChar(Index: Integer): Char

Parameters

Name Type Description
Index Integer

Returns

Type Description
Char

GetValueAsInteger

procedure GetValueAsInteger(Index: Integer): Integer

Parameters

Name Type Description
Index Integer

Returns

Type Description
Integer

IsNull

procedure IsNull(): Boolean

Returns

Type Description
Boolean

See also