hey.
need to know how to make my program for example search for something that have a name with the version number in the name.
let me give you an example:
'i need to search for RSBot-4045.jar
how to make the program do this?
need to know how to make my program for example search for something that have a name with the version number in the name.
let me give you an example:
'i need to search for RSBot-4045.jar
Code:
if fi.name = ("RSBot-") & something? then
label1.text = (the program version)
else
label1.text = "No RSBot File Found"
end if