One more question, what would be the correct way to return more than one 
variable assigned in the parsing module?

Declaring a tuple of returned types does not work:

ccall( (:__global_variables_MOD_emdata_read_input, "libglobvar"), (Float64, 
Float64), ())

Nor does calling on Julia's multiple assignment

x,y = ...

Any suggestions?

Thx,

Ben

Reply via email to