I have a string function that starts like this:
This was pasted into VisualBuilder on a button event. When I look at the code generated, it has been transformed into this.
This seems to work well. However, I have outgrown VB and need to maintain the original method JavaScript versions that have carriage returns, et cetera.
Can you tell me how to transform my JavaScript into the syntax required for string methods?
Thanks very much,
Rick
P.S. I am running SmartClient_v82p_2013-08-08/EVAL Development Only on Mozilla Firefox 20.0 with Firebug using Windows 7 Premium 64 bit.
Code:
Log.setPriority("Log", 5); Log.logDebug("****working servlet version*** MeetingForm.CreateAgendaButton.Click"); var form = MeetingForm;
Code:
"Log.setPriority(\"Log\", 5);\nLog.logDebug(\"****working servlet version*** MeetingForm.CreateAgendaButton.Click\");\n\n var form = MeetingForm;\n\n
Can you tell me how to transform my JavaScript into the syntax required for string methods?
Thanks very much,
Rick
P.S. I am running SmartClient_v82p_2013-08-08/EVAL Development Only on Mozilla Firefox 20.0 with Firebug using Windows 7 Premium 64 bit.
Comment