hmCal_Delete Column Values

hmCal_Delete Column Values(area;reference) -> error

Parameter          Type             Description
area               Longint      ->  hmCal area
reference          Longint      ->  column reference
error              Longint      <-  error code

Description

The command hmCal_Delete Column Values deletes all values of a column defined by the parameter reference. You can set values with the command hmCal_Set Column Cell Value.

Example

The following example deletes all values of a column:

C_LONGINT($vl_error)

$vl_error:=hmCal_Delete Column Values (hmCal;1)