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

store variable jsfl

New Here ,
Nov 08, 2019 Nov 08, 2019

Copy link to clipboard

Copied

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

TOPICS
How to

Views

197

Translate

Translate

Report

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

Votes

Translate

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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