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

AVEVA™ InTouch HMI

StringFromIntg()

  • Last UpdatedSep 24, 2024
  • 1 minute read

Convertit une valeur entière en représentation chaîne dans une autre base et renvoie le résultat.

Catégorie

Chaîne

Syntaxe

SringResult = StringFromIntg( unNombre, baseNumérique );

Paramètres

unNombre

Nombre à convertir. Tout nombre ou attribut entier.

baseNumérique

Base utilisée pour la conversion. Tout nombre ou attribut entier.

Exemples

StringFromIntg(26, 2); ' renvoie "11010"

StringFromIntg(26, 8); ’ renvoie "32"

StringFromIntg(26, 16); ' renvoie "1A"

Voir également

StringASCII()

StringChar()

StringFromReal()

StringFromTime()

StringInString()

StringLeft()

StringLen()

StringLower()

StringMid()

StringReplace()

StringRight()

StringSpace()

StringTest()

StringToIntg()

StringToReal()

StringTrim()

StringUpper()

Text()

In This Topic