Hi, I try to write script for some web site. I store some strings in variable with #TAKEWORD#=#13#,#11#,#12# command. But I want use find command in #13# variable. #FIND# command only search in Current Line. How do I search in #13# or other string based variables?
My Code example;
#POSTER# #STARTREADWEB#
#GETMOVIEVAR#=#25#=#DIRECTLINK#
#TAKEWORDLEN#
#TAKEPOSTER#=#25#
#ENDPOSTER#
I use direclink for download but I before download postprocess in #25# I must extract real download link from directLink.
Hi yes that function exist and works. But real problem I must some process with #25#. I get Cover url to #25# with #GETMOVIEVAR#=#25#=#DIRECTLINK#. But this is not real URL for the picture. Real world examples is;
You must search and take the link form the webpage.
Like i sad: You can't search inside variables (Strings), remove parts or get only parts of them. There are no functions for that. You can only add Data to the beginning or end of a variable (String).