Page 1 of 1

DUDA REPLACE

Posted: Tue Jul 10, 2018 1:50 am
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:

Re: DUDA REPLACE

Posted: Tue Jul 10, 2018 10:20 am
by mol

Code: Select all

cCAMPO="BASE01->CAMPO"

REPLACE &cCAMPO WITH BASE02->IMPORTEFINAL

Re: DUDA REPLACE

Posted: Tue Jul 10, 2018 12:10 pm
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: