J-Integra® Espresso Programming Documentation (API)

Any.insert_char Method

Inserts the given char into this Any object's value field.

void insert_char(
 char c
);

Parameters

c
the char to insert into this Any object.

Return Value

none

Remarks

none

Exceptions

none

See Also

Any Interface | Any Members | Ics Namespace