class
	WEL_STRING_ARRAY

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

Ancestors
	ANY
	PLATFORM

Queries
	count: INTEGER_32
	item: MANAGED_POINTER
	strings: ARRAY [WEL_STRING]

Constraints
	attached item
	attached strings