4d / docs

Products Documentation
Creative Commons Attribution 4.0 International
6 stars 19 forks source link

Comment on: File #250

Closed devgomedia closed 1 year ago

devgomedia commented 1 year ago

Enter your comment here: wrong: $txt:=$myFile.getText("UTF-8", Document with LF)

correct: $txt:=$myFile.getText("UTF-8"; Document with LF)

arnaud4d commented 1 year ago

thanks, the error is fixed now