$FUNCNAME$
	WEIGHTTABLE()
$CATEGORY$
	INFO,STRING,DATABASE
$SUMMARY$
	Returns the weight table of characters.
$LANG_RU$
	   .
$SYNTAX$
	WEIGHTTABLE() 	--> <sTable>
$ARGUMENTS$
$RETURNS$
     Returns the string <sTable> - weight table of characters.
$LANG_RU$
       <sTable>,    .
$DESCRIPTION$

	WEIGHTTABLE() returns the string <sTable> - weight table. This table
	contain the "weight" all 256 characters and using for comparison operations, for operations with index mode, for
	regular expressions and more.
$LANG_RU$

	WEIGHTTABLE()   <sTable>,  .  
	   256       , ,    .
$EXAMPLES$

wt := WEIGHTTABLE()

for i=1 to 256
	? str(i, 3)+": "+as(wt[i])
next

$PLATFORMS$
	No dependies of platform.
$LANG_RU$
	   
$SEEALSO$
	WEIGHTASC(), WEIGHTCHR(), ASC()
$AUTHOR$
ITK
   $LANG_RU$

$END$

