| T O P I C R E V I E W |
| Psiho_Delija |
Posted - 22 Feb 2009 : 19:28:39 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.
|
| 3 L A T E S T R E P L I E S (Newest First) |
| Alessio Viti |
Posted - 17 Mar 2009 : 16:39:26 Hi guys and sorry for my late reply.
it's a bit complicated make such functions.
to take a whole line of a webpage I use this:
#TAKEWORD#=#08#,#00#,#00#
Where the variable #00# is equal to 0
with this instruction XMM read the whole line, then I use the #CLEARTAGS# function to completely remove all tags.
Alessio |
| JDommi |
Posted - 09 Mar 2009 : 19:28:12 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. |
| Psiho_Delija |
Posted - 01 Mar 2009 : 16:33:01 Any chance of getting a reply on this? |