Exclude dir as string parameter

"Zoran Ljubisic" <[email protected]> Wed, 26 Oct 2005 08:43:48 +0200
Newsgroups gmane.comp.archivers.star.user
Message-ID <002401c5d9f8$fbc0a3b0$fd01a8c0@zoran>
Hi,

If I define string with all exclude dirs for example:

ExclDir="/tmp /proc /mydir"

Is it possible to incorporate ExclDir variable into star command somehow to 
get

star -c -V /tmp/\* -V /proc/\* -V /mydir/\* ... ?

Zoran