| GetNthDescription() | ใช้คืนค่า รายละเอียด ของไฟล์ที่เก็บรายละเอียด ตามตำแหน่งที่กำหนด |
|---|
method:GetNthDescription ( filename, position )
return type:String
content:ใช้คืนค่า รายละเอียด ของไฟล์ที่เก็บรายละเอียด ตามตำแหน่งที่กำหนด
example:Set nextlink = Server.CreateObject ( “MSWC.NextLink” ) Dim detail_file = nextlink.GetNthDescription ( “detaillink.txt”, 0 )