Jump to content

Search the Community

Showing results for tags 'array split'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome
    • Start Here!
    • News
  • Software-Related Talk
    • Documentation
    • Getting Started
    • The JavaScript Library
    • FusionPro® VDP Creator
    • FusionPro® VDP Producer
    • FusionPro® VDP Server (API)
    • FusionPro® Expression®
    • MarcomCentral®
  • Support
    • Issues, Questions, Etc.
    • Digital Workflow Documents
    • Fonts
  • Off Topic
    • Customer Polls
    • Job Board (Moderated)
    • Reviews, Rants, and General Musings

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Location


Occupation


FusionPro VDP software version


OS


Acrobat Version


Homepage


ICQ


AIM


Yahoo


MSN


Skype


User Title

Found 1 result

  1. I have an array of values, but I need to be able to "stop" the array when a value is "nothing" and then continue to start a new array with the next series of values. Example: [value1,value2,value3,value4,value5,value6,value7,value8,value9] if value1,value2 have a value then Array1 = [value1,value2] if value3 == "", then the array stops. And start a new array picking up where we left off Array2 = [value4] if value5 == "", then the array stops. and pick up where we left off Array3 = [value6,value7,value8,value9] Is this possible?
×
×
  • Create New...