VARIABLENAME_WHERE_CLAUSE=1=1and I am using the split statement
Wline = content.split("=");
What I am looking the output to be is
Wline[0] = VARIABLENAME_WHERE_CLAUSE Wline[1] = 1=1
but the code is spliting again at the second '=' any way to stop this and get the output I need.
NB Wline is the array the ini file is being read into. It works perfectly reading into the to array position WLine[0] and Wline[1] if there isn't a second =.
Edited by stevie754, 17 March 2011 - 02:18 AM.
Title was stupid


Sign In
Create Account



Back to top









