I'm writing an application that uses a shell like to perform some tasks.

I need to parse something like "lzmadec < " & sPath  to the shell. The
problem is,
it seems that gambas is only parsing "lzmadec" and ignores everything
starting at the "<" to the end of the line.

I tried escaping the "<" like "\<" but it doesn't work... says bad
string conversion...

Any suggestions? is this a bug? feature that I dont know about yet?
How do I parse the "<" to the shell?

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to