....still new to Visual Web and VB 2005 so I don't know if I will ask this question well,
I have a text string stored in a temporary string variable that I wish to use as an actual programmatic line and I'm not sure how:
E.g., if temp = "if X = Y then"
and I wish to use the value of temp in this way:
<some function to convert temp to programmatic code>
< perform a few tasks here>
end if
how would I go about doing so.
Thanks in advance
Jeff
--
Posted via a free Usenet account from http://www.teranews.com
I have a text string stored in a temporary string variable that I wish to use as an actual programmatic line and I'm not sure how:
E.g., if temp = "if X = Y then"
and I wish to use the value of temp in this way:
<some function to convert temp to programmatic code>
< perform a few tasks here>
end if
how would I go about doing so.
Thanks in advance
Jeff
--
Posted via a free Usenet account from http://www.teranews.com