V4RB, how to write TAB, CR in REALbasic

Frank Schima frank-list2 at mindstarprods.com
Thu Feb 12 09:45:48 CST 2004


Hi Ruslan,


On Feb 12, 2004, at 8:53 AM, Ruslan Zasukhin wrote:

>         "ImportText(
>             File as FolderItem,
>             FieldDelimeter as String = "\t",
>             LineDelimeter as String = "\r" )"
>
>
> Is this syntax correct in RB ?
>
> I need specify TAB symbol and CR.

No. You need to use chr() commands.

Tab = chr(9)
CR = chr(13)


Best regards,
Frank



More information about the Valentina mailing list