Export sybase table to fixed length file (not delimited)

Anyone have a simple way to do from with in a Servoy solution? I need to allow the user to save the output file to a name and location of their choice. They allow you to do this interactively in ISQL but I haven’t found a way to do this scripted. I tried various things with rawsql plugin, but cannot get it to work. Any ideas appreciated, thanks.

if you take a look at this post http://www.servoy.com/forum/viewtopic.php?f=22&t=13866&st=0&sk=t&sd=a&start=15
there are some coding examples in there.
With some slight changes you must be able to have it exporting fixed length

Thanks. I was hoping there was a plugin that would do this.