Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ InTouch HMI

StringSpace()

  • Last UpdatedSep 24, 2024
  • 1 minute read

Génère une chaîne d'espaces dans un attribut chaîne ou dans une expression et renvoie le résultat.

Catégorie

Chaîne

Syntaxe

ResultatChaine = StringSpace( nbEspaces );

Paramètre

nbEspaces

Nombre d'espaces à retourner. Tout nombre ou attribut entier.

Exemples

Tous les espaces sont représentés par un caractère « × »:

StringSpace(4) ' renvoie "××××";

"Station"+StringSpace(1)+"pompage" renvoie "Stationxpompage".

Voir également

StringASCII()

StringChar()

StringFromIntg()

StringFromReal()

StringFromTime()

StringInString()

StringLeft()

StringLen()

StringLower()

StringMid()

StringReplace()

StringRight()

StringTest()

StringToIntg()

StringToReal()

StringTrim()

StringUpper()

Text()

In This Topic