Help Center

Insertfunction

Inserts an item at the specific index.

String ManagementfunctionDWStrProcs.incdoc-orphan
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.

Syntax

FUNCTION Insert (BYVAL idx AS LONG, BYREF dws AS DWSTRING) AS BOOLEAN

Parameters

NameDescription
idxThe one-based index where to insert the item.
dwsThe string to insert.

Return value

If the method succeeds, it returns TRUE; otherwise, FALSE.

Description

Inserts an item at the specific index.

Reference

  • Include file DWStrProcs.inc
  • Documented in String Management/Linked Lists.md
  • Topic: DWStrList