CHAR_FILL@

Platform

x64, Win32

Purpose

To fill a string with a particular character.

Syntax

SUBROUTINE CHAR_FILL@(STRING,FILL)
CHARACTER (LEN=*) STRING
CHARACTER (LEN=1) 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.

 

 

Basket
Empty
 
Copyright © 1999-2024 Silverfrost Limited