Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Recent
    • Tags
    • Users
    • Login

    CamelBack searching in Forum

    Scheduled Pinned Locked Moved SDK Help
    2 Posts 0 Posters 186 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H Offline
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 08/06/2009 at 22:12, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   11 
      Platform:      Mac OSX  ; 
      Language(s) :   C.O.F.F.E.E  ;

      ---------
      Hello fellow novices,
         I just uncovered a minor land mine. If you search this forum for a particular function, it will return results with the keywords you type highlighted in yellow. If you type everything lowercase, every instance of that return, both in the Subject and Body, at least in Safari 3.2.3 will return with the same lowercase. When you go to cut and paste some example code, it might fail if the CamelBack spelling does not match the correct syntax from the SDK.
      Example:
         A search for "SysTime" will lead to a handy example posted by Charles:
      println(GeGetSysTime()->year);
      println(GeGetSysTime()->month);
      println(GeGetSysTime()->day);
         but the exact same search in lower case will return the exact same example with the following syntax errors S=s and T=t, i.e., search for "systime"
      println(GeGetsystime()->year);
      println(GeGetsystime()->month);
      println(GeGetsystime()->day);
      Try to run this in C4D and you'll get an error... even though Charles typed it in correctly, every result gets modified by your specific search syntax.
         Reload the page and you get the proper syntax back.
      Just a warning so you don't lose too much time.
      Cheers,
      Graham

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 08/06/2009 at 22:55, xxxxxxxx wrote:

        Fun, isn't it? Yes, this is the standard way that the search works here. I still think vBulletin would be a good update... 😉

        1 Reply Last reply Reply Quote 0
        • First post
          Last post