July 14, 200619 yr Hi all! How is it possible to get the Language Info out of this code? In this example it is English but could be anything. I tryed "LeftWords ( iMedia::Test; Position ( iMedia::Test ; "Language:" ; 1 ; 1 ) + 2 )" But no success! This is part of the HTML code I try to filter. Language: English Like always thanks in advance. =) TMAS
July 14, 200619 yr Hi try this calc: RightWords (MiddleWords (iMedia::Test; Position ( iMedia::Test; "Language:" ; 1 ; 1 ) + 2 ; 6 ); 1 ) but it isn't sure it will work always.
July 14, 200619 yr Author Hmm no results! The field stays emnty! Maybe there is a step like this? Find between "Language:" and "", then go to last ">" and use the next word. Dont know how to code that or if it would work!
Create an account or sign in to comment