Is there an equivalent vb.net eval function for vbscript eval
问题 I want to execute the code that is passed as a string to my function, the code will be passed at runtime. This is an example code that may be passed as a string to my function. p is a dataset, which is declared and has some values, this code is executed in a asp.net page p.Tables(0).Rows(0)("disp_status") = "Approved by CEO"; p.Tables(0).Rows(0)("status") = "Approved"; Session("fnc") = "generate po"; Session("rec_id") = p.Tables(0).Rows(0)("IndexID"); Session("ord_ref")="PR No."; Server