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!

Search results for query: *

  • Users: Amir1218
  • Order by date
  1. Amir1218

    Open and Put commands

    input a,b,c,d , a,b,c,d are four user definable variable<br> open "filename.ext" for append as #1 ' opening a data file<br> write #1 ,a,b,c,d ' write four variable in file<br> close #1 ' close the file<br> <br> now , you have to read it the way you wrote it , if you <br> wrote a...

Part and Inventory Search

Back
Top