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

store variable jsfl

New Here ,
Nov 08, 2019 Nov 08, 2019

is there any way to store jsfl variables for later use?

TOPICS
How to
254
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

correct answers 1 Correct answer

Community Expert , Nov 09, 2019 Nov 09, 2019

Hi.

 

Yeah. There are some methods in the JSFL API to handle persistent data.

 

Document object

document.addDataToDocument()

document.documentHasData()

document.getDataFromDocument()

document.removeDataFromDocument()

 

FLfile object:

FLfile.read()

FLfile.write()

 

I hope these help.

 

 

Regards,

JC

Translate
Community Expert ,
Nov 09, 2019 Nov 09, 2019
LATEST

Hi.

 

Yeah. There are some methods in the JSFL API to handle persistent data.

 

Document object

document.addDataToDocument()

document.documentHasData()

document.getDataFromDocument()

document.removeDataFromDocument()

 

FLfile object:

FLfile.read()

FLfile.write()

 

I hope these help.

 

 

Regards,

JC

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