Skip to main content
Participant
November 9, 2019
Answered

store variable jsfl

  • November 9, 2019
  • 1 reply
  • 272 views

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

This topic has been closed for replies.
Correct answer JoãoCésar17023019

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

1 reply

JoãoCésar17023019
Community Expert
JoãoCésar17023019Community ExpertCorrect answer
Community Expert
November 9, 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