Help for this page

Select Code to Download


  1. or download this
    CharString('*', 3) = '***'
    CharString(' ', 5) = '     '       # ie 5 spaces
    CharString('y', 0) = ''