Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Try out this sample code in the Translator and use the annotation window to see the results:

Code Block
languagelua
local myString = "Hello, World!"
local stringLength = #myString

trace("Length of the string: "..stringLength)

...

Use the Annotation Window to see the # operator capture the string length.

...

See related: