Home > Software engineering >  Behind GetValueFromINIFile variable problem
Behind GetValueFromINIFile variable problem

Time:09-19

I want to consult my original GetValueFromINIFile (" address ", "add1", "D: \ \ guest outbound order database ini") to read the content in the add1, but I want to change to GetValueFromINIFile (" address ", "& amp; Text1. Text & amp; ", "D: \ \ guest outbound order database ini"), with TEXT1 input determines the location of the query, but can't achieve, ask where is the problem? How to change?

CodePudding user response:

 GetValueFromINIFile (" address ", "& amp; Text1. Text & amp; ", "D: \ \ guest outbound order database ini") 

 GetValueFromINIFile (" address ", Text1. Text, "D: \ \ guest outbound order database ini") 
  •  Tags:  
  • API
  • Related