ASP ReadLine ਮਹਾਂਗਾਨ
ਵਿਆਖਿਆ ਅਤੇ ਵਰਤੋਂ
ReadLine ਮਹਾਂਗਾਨ ਇੱਕ ਪੂਰੀ ਲਾਈਨ ਅਕਸ਼ਰਾਂ ਨੂੰ TextStream ਫਾਇਲ ਤੋਂ ਪ੍ਰਾਪਤ ਕਰ ਸਕਦਾ ਹੈ ਅਤੇ ਇਸ ਨੂੰ ਚਿੰਨ੍ਹ ਰੂਪ ਵਿੱਚ ਵਾਪਸ ਵਾਪਸ ਦਿੰਦਾ ਹੈ。
ਗਰਿੱਹਤਾਰਾਂ:
TextStreamObject.ReadLine
ਉਦਾਹਰਣ
<% dim fs,f,t,x set fs=Server.CreateObject("Scripting.FileSystemObject") set f=fs.CreateTextFile("c:\test.txt") f.writeline("Line 1") f.writeline("Line 2") f.writeline("Line 3") f.close set t=fs.OpenTextFile("c:\test.txt",1,false) x=t.ReadLine t.close Response.Write(\"ਫਾਇਲ ਵਿੱਚ ਪਹਿਲੀ ਲਾਈਨ\") ریسپونس. وریٹ("contains this text: " & ایکس) %>
خروج:
فائل کی پہلی لائن میں اس تیEXT کا نصب ہے: لائن 1