SequenceFile.InsertSequenceEx
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
SequenceFile.InsertSequenceEx
Syntax
SequenceFile.InsertSequenceEx( index, sequenceToInsert)
Purpose
Inserts a sequence at the specified index.
Remarks
Do not insert a sequence into a sequence file when the sequence resides in another sequence file. The sequence reference that you pass must be the only reference to the sequence. You can obtain the sole reference to a sequence by calling the Engine.NewSequence or SequenceFile.RemoveSequence methods.
Parameters
index As Long
[In] Specifies the zero-based index at which to insert the sequence.
sequenceToInsert As Sequence
[In] Specifies the sequence to insert.