juppe10a,
It's not exactly what I was looking for, cause the command result isn't important to store to a variable, but the command execution itself.
I found a perfect way to do that:
# X="ls | wc"; eval $X
Simple but functional.
Thanks anyway!
Reginald0