is it feasible remove the "http://"; before saving the appdata?

also, if you are iterating the text, it would be useful if save this
in a array format, so you could iterate through OS template "repeat"
attribute

On 19 maio, 22:44, anatoly <anato...@gmail.com> wrote:
> 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 opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to