Even better yet....

new topic     » topic index » view thread      » older message » newer message

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

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu