Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Iterate of java native string array in BML

Oleg, first question this channel. How can I iterate of java native string array in BML. Example:

Code Block
$heading = "aa,bb,cc"$attributesArray = $heading.split(",")logInfo = $attributesArray

...