![]() |
Webtable function - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: General (https://www.learnqtp.com/forums/Forum-General) +--- Forum: Suggestions and Feedback (https://www.learnqtp.com/forums/Forum-Suggestions-and-Feedback) +--- Thread: Webtable function (/Thread-Webtable-function) |
Webtable function - satya_251 - 11-29-2011 Public Function setWebTable(strTable) Set oTable = Description.Create() oTable("micclass").Value = "WebTable" oTable("index").Value = 0 oTable("name").Value = strTable Set setWebTable = oTable End Function |