/* $DOC$ $NAME$ AtAdjust() $CATEGORY$ CT3 string functions $ONELINER$ Adjusts a sequence within a string to a specified position $SYNTAX$ AtAdjust( , , , [], [], [] ) -> cString $ARGUMENTS$ is the sequence to be adjusted within is the string that contains specifies the position to that will be adjusted [] specifies which occurence of in is to be adjusted Default: last occurence [] specifies how many characters should be omitted in the scan [] specifies the character that is used for the adjustment $RETURNS$ cString the changed string $DESCRIPTION$ $EXAMPLES$ $STATUS$ Ready $COMPLIANCE$ AtAdjust() works like CT3's AtAdjust() $PLATFORMS$ All $FILES$ Library is hbct. $SEEALSO$ SetAtLike(), CSetAtMupa() $END$ */