DUDA REPLACE

HMG en Español

Moderator: Rathinagiri

Post Reply
User avatar
gcarrizo
Posts: 43
Joined: Fri Oct 07, 2016 1:20 pm
DBs Used: DBF
Location: Argentina

DUDA REPLACE

Post by gcarrizo »

Mi me memoria cerebral tiene muchos clusters quemados ... se puede hacer algo asi ?

/* LO NORMAL SERIA
REPLACE BASE01->CAMPOTOTAL WITH BASE02->IMPORTEFINAL
*/

/* LO QUE PRETENDO */

cCAMPO=BASE01->CAMPO

REPLA &cCAMPO WITH BASE02->IMPORTEFINAL


Gracias desde ya :geek:
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: DUDA REPLACE

Post by mol »

Code: Select all

cCAMPO="BASE01->CAMPO"

REPLACE &cCAMPO WITH BASE02->IMPORTEFINAL
User avatar
gcarrizo
Posts: 43
Joined: Fri Oct 07, 2016 1:20 pm
DBs Used: DBF
Location: Argentina

Re: DUDA REPLACE

Post by gcarrizo »

mol wrote: Tue Jul 10, 2018 10:20 am

Code: Select all

cCAMPO="BASE01->CAMPO"

REPLACE &cCAMPO WITH BASE02->IMPORTEFINAL
Ok, no solo el Alzheimer me sigue, debo aprender que no va a funcionar cuando escribo el código demasiado tarde en la noche.
La edad no viene sola.
Gracias y Saludos cordiales.
/* ******************************************************************** */
Ok not only Alzheimer follow to me , must be will don't work when 'write code too late night'.
Age not coming alone.
Thanks, Best Regards.


:oops:
Post Reply