hello,
presently my activity title is like:
var title= '';
title = ', Activity title text here ';
I have a variable defined like dis in the same script:
var calendarDate9=prefs.getString("keywords");
I need to substitute this variable in the activity title like
var title= '';
title = ', Activity title calendardate9 text here ';
What is the proper syntax to achieve this?
Thanks
Sharath
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Orkut Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---