Ctrl-Mgreenspun.com : LUSENET : ASPEdit : One Thread |
The Proff says to set Ctrl-M and it will convert code to a function. When I do it, it takes all of the text and adds it to individual 'response.write' statements. Is that how functions are supposed to be written? Or am I doing something wrong?
-- phranque (f_j_brown@hotmail.com), March 16, 2000
Hi,It drops the selected text into a vbscript function which you can call anywhere within your script. it does create the response.write entries you mentioned simply because it was constructed to do just that
Richard
-- richard (aspedit@tashcom.com), March 17, 2000.