class
	WEL_CHARACTER_ARRAY

General
	cluster: wel.structs
	description: "Fixed character array for WEL_STRUCTURE. Used internally by WEL.  useful to protect character arrays within an external call"
	create: make

Ancestors
	WEL_STRUCTURE

Queries
	count: INTEGER
	exists: BOOLEAN
	item: POINTER
	shared: BOOLEAN
	structure_size: INTEGER
	to_array (a_lower: INTEGER): ARRAY [CHARACTER]
	to_integer: INTEGER

Commands
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER)
	memory_copy (source_pointer: POINTER; length: INTEGER)
	set_item (an_item: POINTER)
	set_shared
	set_unshared

Constraints
	positive count