Hello very nice people: I need to build a special function. The expression function will be entered as a string by the user of the aplication. This function will be the next:
getm(i:j) ; j >= i where "getm" is operator function. i and j are the parameters. The result of the function is a vector (y1,y2). y1 = i y2 = j - i + 1 Somebody could help me, please. Thanks. rgrds. Daniel Moyano
