Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Passing integer variable from a CL to ILE C program

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Passing integer variable from a CL to ILE C program

    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.

  • #2
    Passing integer variable from a CL to ILE C program

    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

    Comment


    • #3
      Passing integer variable from a CL to ILE C program

      This should give the general idea of what needs to be done:
      Code

      Comment

      Working...
      X