martes, 31 de marzo de 2009

"COMO CAMBIAR UN CICLO DO
Y UNA INSTRUCCION IF/ELSE"
use c\learnfox\emplist
clear
?
wait "do you want the names capitalized (y/n)"to yesno
?
do while.not.eof( )
if upper(yesno)="y"
? upper( trim(fname)+" "+ I name)
else
? proper(trim(fname)+" "+ I name)
end if
skip
end do
?
use
wait

No hay comentarios:

Publicar un comentario