reemplazar.valores.filtrados.txt

Top  Previous  Next

Descripción macro REEMPLAZAR VALORES FILTRADOS

--------------------------------------------------------------------

Este macro pertenece al díálogo del punto de menú:

Datos / DataEntry / Filtrar

 

 

Instrucciones macro REEMPLAZAR VALORES FILTRADOS

--------------------------------------------------------------------

REEMPLAZAR VALORES FILTRADOS

 

VARIABLES A REEMPLAZAR

<V_1>

<V_2>

...

<V_n>

<X_1>..<X_m>

#

CAMBIO

<C_1>

CONDICION

<filtro>

 

--------------------------------------------------------------------

 

Notas:

 

- significado de las etiquetas

 <V_i> - nombre de variable

 <X_1>..<X_m> - intervalo de nombre de variables

 <C_1> - valor del código

 <filtro> - condición / expresión aritmética

 

 

- en las etiquetas que hacen referencia a nombres de variable se puede utilizar la forma "intervalo de variables"

 escribiendo "X_1..X_m" para hacer mención a todas las variables entre X_1 y X_m

 o escribiendo "*" para hacer mención a todas las variables

 

 

 

 

Ejemplo:

--------------------------------------------------------------------

REEMPLAZAR VALORES FILTRADOS

 

VARIABLES A REEMPLAZAR

P1..P5

P6A..P6B

P15

#

CAMBIO

99

CONDICION

TAM_FAM=1 Y HABITAT=2

 

###