Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
funfine
Posted - 04/27/2007 : 03:44:43 AM Origin Version (Select Help-->About Origin): 7.5 SR0 Operating System: XP Home
Hi guys,
I am trying to import multiple ASCII files and I use function getmultiopenbox. It works fine with 10 files. However, when it becomes 11, the program only sits there and does nothing. I have done a quick search in the forum. It seems some guy have met the similar problem before. The only difference is that he experienced the problem when the number of file excess 543 or so. I don't know if it is the same problem. Anyway, someone suggested him to update to SR5. But I am not quite sure how those patches workes. Do I need to download and install every patch from SR1 to the latest SR6?
BTW, there is another small question. I try to use string.reversefind to find the most right character '\'. But, it never allows me to go through. Any other character is fine. Is this just me being stupid and unlucky or the software not liking '\'?
Thanks in advance for any help. I highly appreciate it.
Ying
2 L A T E S T R E P L I E S (Newest First)
Mike Buess
Posted - 04/27/2007 : 09:27:02 AM Hi Ying,
In SR6 str.ReverseFind('\') will not even compile. You need to use two slashes '\\' for obvious reasons. Another reason to update.