cyrillic

  1. G

    Creating Cyrillic file names

    Hi! I find myself in need to generate Cyrillic file names. The source is a string of HTML Hex Encoded names that I can decode. As an example I like to to set cFileName = chr(1040) + chr(1045) ... Even so I'm in an UTF-8 session ABLs CHR function returns nothing. In my understanding...
Back
Top