Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RAT( ) function to find CHR(13) in first line of memofie
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00681101
Message ID:
00681107
Views:
26
>Hello my fellow VFPers!
>
>I get "Data type mismatch" error when I use the RAT() function to find a Carriage Return at the end of the first line of my memofield. How do I do it? Here is my command.
>
>? RAT(CHR(13),myTable.myMemofield)
>
>Thank YOU.

If its the first Carriage return you are looking for the
At(Chr(13),myTable.myMemofield)
seems to work just fine, are you sure that the table is open?
Caroline
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform