Jump to content

Subscript inside a quotation?


Recommended Posts

I can't seem to figure my way around this problem. I've posted my code below, the problem is that I wan't my auto it to read from a .Ini file a value which it then will search for, but I can't figure out how I'm supposed to type it so that it works.

   Local $aArray = IniReadSection(@ScriptDir & "\Gradeslist.ini", "Grades")
   
   If StringInStr($search, "" & $aArray[1][1]) Then

Can someone help me figure it out? By the way it's the second part which is not cooporating with me..

Edited by AliOzturk
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...