Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Script for extracting words from a text field separated by space into different field of the same document

Engaged ,
Sep 29, 2016 Sep 29, 2016

Sir / Madam,

I want to extract words separated by space from a text field to different text fields in the same document.

Thanking you

TOPICS
Acrobat SDK and JavaScript , Windows
280
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 29, 2016 Sep 29, 2016
LATEST

I recommend you familiarize yourself with some basic JS functions. Here's a good place to start: JavaScript and HTML DOM Reference

In this case you can use the split method of the String object.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines