Code: Select all
new Intl.Collator();
//Console:Exec:1: ReferenceError: Intl is not defined
Moderators: Daniel - PDF-XChange, PDF-XChange Support, Vasyl - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange, Tracker - Clarion Support, John - Tracker Supp, Support Staff, moderators
Code: Select all
new Intl.Collator();
//Console:Exec:1: ReferenceError: Intl is not defined
Code: Select all
util.printf('%f',1.234);
// for a german system would it output 1,234000 ?
No it doesn't work in any previous builds. I'd not updated to the most recent version yetDaniel - PDF-XChange wrote: ↑Thu May 08, 2025 6:13 pm Our of curiosity, did you find that this worked in the past? I (perhaps mistakenly) thought from your wording that this should have worked in build 394 or previous, but in testing it does not see that it does.