AVEVA Community
AVEVA Community
  • Site
  • User
  • Site
  • Search
  • User
PDMS/E3D Forum
  • AVEVA World
PDMS/E3D Forum
Macros & Tools Number of array in a string
  • Forums
  • Resources
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Replies 3 replies
  • Subscribers 14 subscribers
  • Views 139 views
  • Users 0 members are here
Options
  • Share
  • More
  • Cancel
Related

Number of array in a string

Sgar Saha
Sgar Saha over 4 years ago
 
  • Sign in to reply
  • Cancel
  • Sgar Saha
    Sgar Saha over 4 years ago
    Var !Ori ori
    !X = !Ori.split()

    now i want to identify last split array number[] ?
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Tejas Desai
    Tejas Desai over 4 years ago
    check by editiong required items in blue.

    !X = !Ori.split()[[COLOR=#0000ff]2[/U][/COLOR]].real()
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Venkata Rao Peta
    Venkata Rao Peta over 4 years ago
    var !ori ori
    !x = !ori.split().size()
    q var !x


    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel