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 strongm 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 nyak

  1. nyak

    problem with IF ELSE statement

    thank you very much! your help has been very useful! an '(x+y)/2' is definitely better than an if else statement :) thanks again! Paolo
  2. nyak

    problem with IF ELSE statement

    Hi to you all This is my input taken from a txt file: 04001200602151430012000005 04001200602151430000014005 the result I need is: 04001200602151430006006005 04001200602151430007007005 I wrote this code, but the ELSE condition is never "used": x=substr($i,18,3) y=substr($i,21,3)...

Part and Inventory Search

Back
Top