Is there any chance of introducing string operators (like LeftStr(), RightStr(), StringPos())? That would make currently very complicated string manipulation a bit easier. Like taking the whole line of a web page and then manipulating it with above functions. Much easier for complicated webapages.
As long as there is no operating on variables (except #COMPUTEVAR# and #STRING#) there is no need for that, in my opinion. those string functions can easily be done by #TAKEWORD#/#TAKEWORDLEN# and #FIND#/#FINDLINE#. Even a reverse search is easy to do... What a real big improvement would be is the possiblity on working with the variables themselves and userdefined subroutines.