RE: Even better yet....
Same problem, see my last reply.
Jonas Temple wrote:
>
>
> Okay, copy the following code into a .exw test file and run it. It
> generates the same error on my machine.
>
> BTW, Windows XP Pro
>
> global function ecxarc_rtvDataArea(sequence system_name, sequence
> data_area_lib,
> sequence data_area, atom starting_pos,
> atom length, sequence dtaara_def)
>
> sequence parm_str
> atom parm_length
>
> parm_str = {}
>
> parm_length = length(dtaara_def)
> -- If the parms returned is a sequence, return the 8th parm for the
> length
> -- of the passed parm structure
> if sequence(parm_str) then
> return parm_str
> else
> return ""
> end if
>
> end function
>
|
Not Categorized, Please Help
|
|