Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[URL unfurl="true"]http://badang:301/data/data001.txt[/URL]
<CFLOOP INDEX="Line" LIST="#Form.datafile#"
DELIMITERS="#Chr(10)##Chr(13)#">
<CFSET IDcode = ListGetAt(Line,1)>
<CFSET Name = ListGetAt(Line,2)>
</CFLOOP>
<CFSET IDcode = Replace(IDcode,'"','','ALL')>
<CFSET IDcode = Replace(ListGetAt(Line,1),'"','','ALL')>