Project

General

Profile

Bug #392

String variables are not returned properly from JavaScript. They cause a type mismatch.

Added by Brian Flanagan almost 4 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
High
Target version:
-
Start date:
06/17/2020
Due date:
% Done:

0%

Estimated time:
1:00 h
Affected version:

Description

Example:

This works:
Print { navigator.appCodeName }

Result is:
Mozilla

This does NOT work:
X$ = { navigator.userAgent }

Result is:
Error: type mismatch at line...

Also available in: Atom PDF