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 John Tel 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 crazypro

  1. crazypro

    To get the count of particular character in a string

    thanks for the immd reply, i dont want to replace all the "(" that is the reason i need the count. for eg: while "("file_getline(flatFilePath,line) == 0")" assume that string could be like above mentioned eg, i wanna replace only those "(" and ")
  2. crazypro

    To get the count of particular character in a string

    Hi can anyone help to get the count of a particular character present in a string. for example if i wanna find how many number of "(" present in a string. since i wanna replace the particular "(", there might be anynumber of "(" present in the string. Thanks in advance
  3. crazypro

    C to VBS

    Hi, I am new to this forum , i want to know whether we can convert 'c' source code to VBS file.If yes plz give some suggestion , it will be helpful for me. thanx Mahi
  4. crazypro

    C to VBS

    Hi, I am new to this forum , i want to know whether we can convert 'c' source code to VBS file.If yes plz give some suggestion , it will be helpful for me. thanx Mahi
  5. crazypro

    how to check the specific word available in a text file

    i tried to read a text file line by line and write that line in a new text file but i dont know how to take a particular word from the line and skip ({}) while writing in new text file
  6. crazypro

    how to check the specific word available in a text file

    Hi i need to check the text file line by line for a specific word which starts with a specific word(eg: Function sample (in action, inout action1)) line starts with word "Function" and i wanna delete the "in" and copy that line in a new text file without "in" (eg: Function sample (action...

Part and Inventory Search

Back
Top