Syntax:=Fill(Length, FillWith )
Description:Returns a string filled with the character FillWith to the length specified.
Example: Make a string filled with 10 letters H.=Fill(10,"H")