[progress Communities] [progress Openedge Abl] Forum Post: Issue With...

Status
Not open for further replies.
N

ntwatkins

Guest
I am having an issue with the OpenEdge.Core.String and OpenEdge.Core.Collections.Array classes in 11.6.3. I am trying to split a String into an Array. When I call the static Split or non-static Split methods, I am getting an OpenEdge error Routine Split OpenEdge.Core.String sent called routine String OpenEdge.Core.String mismatched parameters. (2570) Error attempting to push run time parameters on the stack. (984) Sample code that produces this error in 11.6.3 is shown below. using OpenEdge.Core.* from propath. using OpenEdge.Core.Collections.* from propath. define variable x as String no-undo. define variable a as Array no-undo. x = new String("this is a test"). a = String:Split(x). Has anyone seen this before? Thanks, Nick Watkins

Continue reading...
 
Status
Not open for further replies.
Top