Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cjluke

    Complex Arrays and Codeblocks

    In Clipper we could create a dynamic multidimensional ... array that could have a complex structure of various data types *on the fly*. In Pascal you must name/declare an array with the structure and datatype predefined. When I said strong typed...that is what I was refering to...the act of...
  2. cjluke

    Pascal to Delphi

    Delphi is just a *Rapid Application Development* wrapper for Pascal32 code. If you can write in Object Pascal ... you only need to concern youself with learning the Delphi development environment and that is actually very easy for the most part.
  3. cjluke

    Complex Arrays and Codeblocks

    To all of you ex-Clipper Programmers. What do you do in Delphi / Pascal as a replacement for those wonderful dinamic complex arrays and the *all powerful* codeblocks that we had in Clipper. Does anyone know of any attempt to get Delphi/Pascal to at least handle Complex arrays---I understand...

Part and Inventory Search

Back
Top