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