V4RB, how to write TAB, CR in REALbasic

Ruslan Zasukhin sunshine at public.kherson.ua
Thu Feb 12 17:05:16 CST 2004


on 2/12/04 4:45 PM, Frank Schima at frank-list2 at mindstarprods.com wrote:

> 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)

But can I use this in function declaration ?
As I have show?

        
             "ImportText(
                 File as FolderItem,
                 FieldDelimeter as String = chr(9)
                 LineDelimeter as String = chr(13) )


-- 
Best regards,
Ruslan Zasukhin      [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft.com
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------



More information about the Valentina mailing list