[V4REV] problems encountered importing // Japan?

Robert Brenstein rjb at robelko.com
Sat Jun 18 17:15:13 CDT 2005


>On 6/18/05 4:13 PM, "ron barber" <rbarber at yhb.att.ne.jp> wrote:
>
>>  1. =========
>>  the docs give this example for importing text:
>>
>>  get  VCursor_ImportText( cursorRef, fileToImport, chr(09), chr(13) )
>>
>>  but the last two functions are not Rev functions. They need to be
>>  numtochar(9) and numtochar(13)
>>
>>  also, please note that if we set the useunicode property to true then
>>  the numtochar function can return a double-byte character.
>
>     useunicode property  -- this is property of what ?

Locally set global property. It modifies the behavior of the 
numochar/chartonum functions. If set to true, numtochar() will return 
a double-byte character.

>  > Can Val handle a doublebyte delimiter?
>
>No, right now V4REV expect single byte chars from Revolution

Then you need a warning in the ImportText function (and any other 
where delimiters are explicitly passed).

Robert


More information about the Valentina-beta mailing list