C4Id

Category: Script / Strings
Since engine version: 5.1 OC

Description

Converts a string into an id.

Syntax

id C4Id(string id_string);

Parameter

id_string:
String to be converted into an id.

Example

C4Id("Rock")
Returns the id 'Rock'.
jwk, 2002-04