icon315
Member
Is there a way of checking whether a file contains a certain string? I've tried some out, like:
and
None work though
NOTE: GAH! Title Typo
Not any more
-lost
PHP:
string url = visit_url("file:///C:/Users/Noe Canales/Desktop/Kol/data/shot.txt");
if(contains_text(url, "icon315"))
print("YES!");
PHP:
string [int] shooters;
file_to_map( "hearted.txt" , shooters);
if(contains_text(shooters, "icon315"))
print("YES!");
None work though
NOTE: GAH! Title Typo
Not any more
-lost
Last edited by a moderator: