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

I have adobe 8.0 professional I cannot store variables. My experience is in visual basic and have little javascript experience. I used the following code var x = 5 debugger shows no scripts or local variables.

New Here ,
Aug 02, 2017 Aug 02, 2017

If I put in a function that is incorrect the debugger flags it as a bad function. But var x = 5 does not store the variables

TOPICS
Acrobat SDK and JavaScript , Windows
262
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 ,
Aug 02, 2017 Aug 02, 2017
LATEST

I never use the debugger, just the console. If you want to see the values of your variables use app.alert or console.println to print them out...

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