Hello

I find it impossible to do any simlest string operations on profile
template.
If there is any solution possible without using additional server
round trip - I would kindly appreciate it.

Please note - appdata was already saved for many users in a certain
format and it is impossible to change it.


Examples:
1) url saved in appdata - remove "http://"; part, to send the remaining
as a part for another url.
2) iterate through chars in a string value from appdata:
in javascript it was like so:
for (var i = 0; i < textParam.length; i++)
{
    // some code using: textParam.charCodeAt(i)
}


thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to