Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WDESIGNER and version 24.0
Syntax
Code Block
languagenone
set aString = anInteger.printIntegerExpression(aFormat, aLocale?)
Semantics printIntegerExpression() initializes a String object from an Integer using the given format expression. The format expression is a string with placeholders for number variables. The syntax is described in Number Formatting.
SubstitutablesanIntegerCan be any variable or object attribute having the type Integer.
aFormat Can be any variable or object attribute having the type String. The pattern syntax is described in Number Formatting.
aLocale
Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNamelocale
PageWithExcerptINTERNAL:_designer_excerpts_asl
shouldDisplayInlineCommentsInIncludesfalse
Examples
Code Block
languagenone
set aString = anInteger.printIntegerExpression("999MI"); 

Formatting examples can be found in Number Formatting.

rp
Panel
titleRelated Pages: