Init 

Purpose

Set data to an initial value.

Syntax

void Init(void);

Description

Make sure data type related information has been provided using SetAttributes. All numeric types are initialized to 0, all character string types are initialized to spaces.

Related Information

SetAttributes