Hello Bruce, You answered my last obscure question right on the mark!
Two more obscure questions. #1. I can't think of a way to confirm that & as a bitwise operator is accidentally included in a script when && should be other than manually inspecting every & with a search and replace and to do this every time I edit a script. Some are: " & " " && " &() <- although, I've never used, maybe, I think, I hope not &;;+ && ;;+ var&&var var && var str & str int & int ... the list goes on ... Since I intend to use the bitwise & so infrequently, could you add a WIN.Setdebug(2) that gives a message that whenever a bitwise & is being used or maybe something else more clever without a lot of overhead? A debugger in C helps with the & versus &&. I don't know if you understand my problem, but both & and && will give the same answer ... sometimes. I'm at the point of considering going back to AND instead of &&, but I have nearly 8,000 "&" characters in my scripts directory alone. Although very ugly, &&& and for symmetry ^^^ as a bitwise operators would have possibly been more bullet proof. "&" has broken scripts that I haven't touched in years. I still have scripts throughout my drives that are used a couple of times a year that will be problems... Maybe I should just tough it out... Or maybe there is a REGEX expert that has a solution. #2. Is there a debug statement in PProtray.exe that sometimes shows when powerpro starts? It looks like something I would put in a script, but I can't find it in my work? It only shows sometimes ... ¿?¿? Thanks, this is a super tool! Ted --- In [email protected], "brucexs" wrote: > > Beta 4.4.01 is available at > > http://powerpro.webeddie.com/download/ppro4401.zip > > - fixed cl.hover > - added bitwise operators & | ^ ~ (bitwise and, bitwise or, bitwise > xor bitwise not) > ------------------------ Yahoo! Groups Sponsor --------------------~--> AIDS in India: A "lurking bomb." Click and help stop AIDS now. http://us.click.yahoo.com/9QUssC/lzNLAA/TtwFAA/JV_rlB/TM --------------------------------------------------------------------~-> Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
