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 derfloh 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: *

  • Users: jlclancy
  • Content: Threads
  • Order by date
  1. jlclancy

    Using RIGHT with INSTR

    I am using this code to try and delete everything from the beginning bracket [ to the first semicolon. The memo field starts with the bracket and has several ';' however I only need to delete to the first semicolon. For example, the first pass shows a semicolon at 34; when I execute this code...
  2. jlclancy

    How can I nest these functions in Crystal???

    If I put them both in one or the other will stop working... Removes white spaces... stringvar input := {tbl.col};stringvar output := '';numbervar i;input := Trim(input);for i := 1 to Length(input) Step 1 do if not(input[i] in [Chr(13),Chr(10)]) then output := output + input[i];output...
  3. jlclancy

    Removing brackets/text

    thread767-1463028 How could you get it to keep looking through the memo field for additional brackets/text to remove??

Part and Inventory Search

Back
Top