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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by spippo

  1. spippo

    Memo over 3656158440062976 lines

    Your right, it's impossible, thanks
  2. spippo

    Memo over 3656158440062976 lines

    I'm creating a program that puts all the possible "words" of 10 digits (only numbers and lowercase letters) in a memo. This memo needs to have 3656158440062976 lines (36^10) I've also tried this: Memo1 -> Lines -> Count = Memo1 -> Lines -> Count +1; But that doesn't work
  3. spippo

    using 'LEFT', 'MID' and 'RIGHT' and how to convert a character to int

    In borland C++ Builder 3 there are the commands 'LEFT' 'RIGHT' and 'MID' They supose to work like this: LEFT("Spippo",3) = "Spi" RIGHT("Spippo",2) = "po" MID("Spippo",2,3) = "pip" When I use them, it sais: [C++Error] Unit2.cpp(48)...

Part and Inventory Search

Back
Top