Options

Encoding type

I am trying to figure out how I can create a file using UTF8 file type.

I see the following, but I am not sure how to add the TextEncoding.value

[Ok := ] File.CREATE(Name[,TextEncoding.value])


Answers

  • Options
    hiddentextboxhiddentextbox Member Posts: 2
    lol.. I found it.

    ExportFile.CREATE(FileName, TEXTENCODING::UTF8);
Sign In or Register to comment.