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 aFloat = aString.parseFloatExpression(aFormat, aLocale?)
Semantics parseFloatExpression() initializes a Float object from a string using the given format expression. The format expression is a string with placeholders for number variables. The syntax is described on Number Formatting.
SubstitutablesaString Can be any variable or object attribute having the type String.  
aFormat Can be any variable or object attribute having the type String. The pattern syntax is described on Number Formatting.
aLocale
Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNamelocale
PageWithExcerptINTERNAL:_designer_excerpts_asl
shouldDisplayInlineCommentsInIncludesfalse
Examples
Code Block
languagenone
set aFloat = aString.parseFloatExpression("99.99"); 
Formatting examples can be found on Number Formatting.
rp
Panel
titleRelated Pages: