Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
REPLACE - syntax
Message
From
18/03/1997 12:41:59
 
 
To
18/03/1997 01:11:38
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00024577
Message ID:
00024681
Views:
37
>>>>>Can someone help me with the syntax with REPLACE.
>>>>>
>>>>>REPLACE mytable.myfield with cSomething
>>>>>or
>>>>>REPLACE mytable.myfield with cSomething in mytable
>>>>>or
>>>>>REPLACE mytable.myfield with cSomething in "mytable"
>>>>>
>>>>>Tks
>>>>>Mike
>>>>
>>>>Use transparent syntax:
>>>>Select mytable
>>>>Replace mytable.myfield with cSomething
>>>Hi Ed,
>>>Do you have to select the table if you reference the field with the table alias as in mytable.myfield?
>>>Mike
>>
>>Actually not! But writing one more line of code you get clear readable syntax.
>
>Slower also! :)
>
>Vlad

What is slower: writing the line or running the line?
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform