Results 1 to 3 of 3

Thread: recursive struct definition

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2010
    Location
    Zwönitz, SA, Germany
    Posts
    29

    Default recursive struct definition

    Need your help!

    I have a JSON webservice and i want to use the new cJSONObject.
    I'd like to define the following types (exemplary):

    Struct typeA
    typeB MemberA
    End_Struct


    Struct typeB
    typeA MemberB
    End_Struct

    The Compiler says 'Command not found', because typeB isnt declared yet on line 2.
    Is there a possibility to define this kind of struct in DataFlex?


    Thanks!
    Last edited by Robert Hofmann; 16-Jan-2018 at 07:40 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •