ksh and awk interaction

in a ksh script, i want to process
some string variables using awk,
and then i want to go on using this variables
in the same ksh (out of awk lines)

can anybody send me a very simple example about this?