Platform | x64, Win32 |
Purpose |
To fill a string with a particular character. |
Syntax |
SUBROUTINE CHAR_FILL@(STRING,FILL) |
Description |
This routine fills the string in STRING with the character FILL up to the full length of STRING. |
Notes |
The standard intrinsic function REPEAT can be used instead. |