Help Center

Removefunction

Removes the specified item from the list.

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 Remove (BYVAL idx AS LONG) AS BOOLEAN

Parameters

NameDescription
idxThe one-based index of the item to remove.

Return value

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

Description

Removes the specified item from the list. Indexes are one-based.

Reference

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