View Single Post
D4rkSiD3Rs
Senior Member
Join Date: Jan 2018
Location: Morocco
Old 10-10-2018 , 05:56   Re: Modify a file using another file
Reply With Quote #3

Quote:
Originally Posted by Kushfield View Post
I'm not sure if that's the only issue, but according to your description, the "option" part should be in file2. However, you try to get it from file1, so:
PHP Code:
parse(linetextnamecharsmax(name), optioncharsmax(option));
...
parse(linetext2name2charsmax(name2)); 
-->
PHP Code:
parse(linetextnamecharsmax(name));
...
parse(linetext2name2charsmax(name2), optioncharsmax(option)); 
If that's not the problem or doesn't fix it, I'd also request that you post some examples of the records in both of your files so we can better understand what you're working with.
Lol, thank you I didn't notice that, but it doesn't fix it
__________________


D4rkSiD3Rs is offline