The type input tells the function how to format the output. So, if you want
a string output, wire a string constant, such as a space, to the type input.
I haven't tried using the function on arrays, only single elements, so I
don't have any advice on wiring an array to the type input.
"Markus Manninger" wrote in message
news:3fff1bc7$1@e-post.inode.at...
> I need help with the "Database Variant To Data" module from the database
> connectivity toolkit. This module needs one input called type to split
> the input data (variant) to an array. But i dont't know what's ment with
> "type". If i create an constant i get an array but i don't know what to
> put in. I have a database table with a datetime column an a integer
> column. All i whant is to display the
select in a simple labview table.
> The onlinehelp gives very less help and i couldn't find more information
> in the web.
>
> thanks for each help,
> Max
>