View Full Version : Passing integer variable from a CL to ILE C program
Guest.Visitor
10-27-2003, 07:42 AM
Try passing the variable as a character, converting to numeric within the program and then passing it back. If you need the variable numeric in the CL program, convert it back to numeric when it is passed back.
Guest.Visitor
10-28-2003, 10:51 AM
Hi can someone please help...I'm trying to pass an integer value to an ILE C program but with no success. For some reason when I pass the variable from the CL program to ILE C, the value is some unviewable character.. is it possible to send integer value's to an ILE C program? what I basically need to do is received the integer value into the ILE C program use the value to count a number of errors and then return this value back to the CL program. thanx
BVining
10-28-2003, 10:51 AM
This should give the general idea of what needs to be done: <hr width=50 align=left>Code ('http://www.mcpressonline.com/mc/showcode@@.6ae83cf0/2')
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.