Advertisement
Guest User

file import

a guest
Jan 26th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <cffile action="read"
  2. file="FILEU1006_S003.log"
  3. variable="var">
  4. <cfoutput>
  5. <cfloop index="i" list="#var#" delimiters="#chr(13)##chr(32)##chr(9)#">
  6.  
  7. #i# <br>
  8.  
  9. </cfloop>
  10. </cfoutput>
  11.  
  12.  
  13. First 4 lines of the file outputted to the web page
  14. 15/01/2017
  15. 22:32:14
  16. 1
  17. 14.975
  18. 15/01/2017
  19. 22:33:14
  20. 1
  21. 14.975
  22. 15/01/2017
  23. 22:34:14
  24. 1
  25. 15.000
  26. 15/01/2017
  27. 22:35:14
  28. 1
  29. 15.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement