Re: Answer to a question no one asked

2005-01-06 Thread Dar Scott
over abbreviations such as grc. I'll get over it. Rats. I couldn't find any divide-by-zero problems. Dar ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: Bugzilla 586, the fast char replacement (was Revolution compilation)

2005-01-08 Thread Dar Scott
times.) You have to replace a char chunk with the same size string. The timing test needs to be modified for Windows. A crude timer: Make a loop around the 'put' and do it 10,000 times and then divide the delta seconds by 10,000. Dar ** DSC (Dar

Re: Bugzilla 586, the fast char replacement (was Revolution compilation)

2005-01-08 Thread Dar Scott
On Jan 8, 2005, at 11:59 AM, Michael D Mays wrote: Ag..., I was doing put into char to 4448 of x put into char to 4447 of x LOL! I suspected that, so I carefully counted on my fingers. -- Dar ___ use-revolution mailing list

Re: Getting Rev control back after shell()

2005-01-11 Thread Dar Scott
make one with appleScript and Terminal. Dar ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use

Re: crash recipe for htmlText?

2005-01-11 Thread Dar Scott
src=1234 . Should the htmlText have complete information concerning the content of the field? Then the code for the character used for the image should be retained. Would this be better? This is an image:img src=1234 char=x. Dar ** DSC (Dar

Mac add-on for PCs [OT?]

2005-01-13 Thread Dar Scott
sure others can think of other neat scenarios for this tiny (2 in X 6.5 in X 6.5 in) box. Dar ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Prograph (was Re: MacWorld part 2)

2005-01-15 Thread Dar Scott
** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing list use-revolution

Re: Prograph (was Re: MacWorld part 2)

2005-01-15 Thread Dar Scott
** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: Prograph (was Re: MacWorld part 2)

2005-01-15 Thread Dar Scott
** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: Prograph (was Re: MacWorld part 2)

2005-01-15 Thread Dar Scott
customers' licenses. Revolution is expensive but it beats going LabVIEW on two or three platforms. Dar ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: Windows command line

2005-01-17 Thread Dar Scott
On Jan 17, 2005, at 10:54 AM, Ken Ray wrote: When you launch an MC/Rev app, any command line information is sent to the application and is retrievable via *environment variables* numbered $0 on up. Does that now work for Windows? Dar ** DSC (Dar

Re: Characters not displaying in a field?

2005-01-18 Thread Dar Scott
the soft line break. This hits both limits. Dar ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use

Re: Characters not displaying in a field?

2005-01-18 Thread Dar Scott
On Jan 18, 2005, at 4:03 PM, Ken Ray wrote: On 1/18/05 4:49 PM, Dar Scott [EMAIL PROTECTED] wrote: On Jan 18, 2005, at 2:46 PM, Richard Gaskin wrote: This is a known limitation: the text engine can display up to 65,535 characters on a single line. The field can hold up to about 64k of characters

Re: Characters not displaying in a field?

2005-01-18 Thread Dar Scott
** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing list use-revolution@lists.runrev.com http

Same-size chunk replacements (was RunRev vs RealBasic)

2005-01-20 Thread Dar Scott
the doors to a scripting solution to what is on folks' wish lists. Dar ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: Answer to a question no one asked

2005-01-25 Thread Dar Scott
then you can calculate the distance at mouseMove faster. It is simply Ax + By + C, where (x,y) is the point of interest. This is the normalized A, B, C where A = cos(omega) etc., the form you mentioned in other mail. Dar Scott ** DSC (Dar Scott

Re: Printing Disaster (slightly renamed)

2005-01-25 Thread Dar Scott
** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo

Re: Mouse move

2005-01-25 Thread Dar Scott
and see if either of the new x or y is greater than some amount from the original value. Best wishes on your screen saver. Dar ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: Printing Hell

2005-01-26 Thread Dar Scott
. I realize that is not quite a recipe, Paul. Dar ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: hexadecimal calculations

2005-01-27 Thread Dar Scott
** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing list use-revolution@lists.runrev.com http

Re: Random #'s

2005-01-27 Thread Dar Scott
** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing list use-revolution@lists.runrev.com http

Re: Outsourcing of programming work to countries with lowercost-of-living expenses

2005-01-27 Thread Dar Scott
and value those attributes. Dar ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing

Re: Random #'s

2005-01-28 Thread Dar Scott
is evaluated repeatedly with each comparison. Maybe one can run a test with a side effect (say counting) to find out. Dar ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: HEX TO DEC CONVERSION

2005-01-28 Thread Dar Scott
, or (if inspired by Douglas Adam's Hitchhiker series) base 13. (The answer is yes.) Dar ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: imagedata - why is it so slow ?

2005-01-31 Thread Dar Scott
** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing list use-revolution@lists.runrev.com http

Re: Quoting the list

2005-02-01 Thread Dar Scott
. Is that an email standard? What standard is that? I assume you mean hyphen. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: Printing Crashes Rev in OSX

2005-02-02 Thread Dar Scott
. You said it much better anyway. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use

Re: Rev 2.5 on WinXP: Issues with multiple monitors

2005-02-04 Thread Dar Scott
monitor to single monitor. Perhaps a right-click menu item in the app browser could be used to move a window to the primary screen. (Or when Revolution figure out multiple monitors, to the closest one.) Dar -- ** DSC (Dar Scott Consulting Dar's Lab

Re: USB port/Serial

2005-02-07 Thread Dar Scott
-- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing list use-revolution@lists.runrev.com http

Re: Arrays

2005-02-07 Thread Dar Scott
I'd run a draft by the list to see if there are any suggestions. A general solution might be in aggregate functions, functions that apply bunches of things as well as things and work much like LISP map. Dar -- ** DSC (Dar Scott Consulting Dar's Lab

Re: A simple Rev credit card processing solution

2005-02-08 Thread Dar Scott
(bugzilla 2545). Perhaps security might be improved if you could use a more specific root, perhaps one directly from authorize.net. I noticed that CP response verification uses MD5, which Revolution can do if it is desired. Dar -- ** DSC (Dar Scott

Re: Enigma: how to quote zero

2005-02-10 Thread Dar Scott
. This works for me: on mouseUp put quote 0 quote end mouseUp == 0 Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: OT: Ping timeout much longer with 10.3.7

2005-02-10 Thread Dar Scott
of seconds. In Mac OS 10.3.7, it takes over 2 minutes to get feedback. Somebody on this list mentioned a 10.3.7 bug involving network delays. Do you have the same results with ip address only? That is, without DNS lookup? Dar -- ** DSC (Dar Scott

Re: Enigma: how to quote zero

2005-02-10 Thread Dar Scott
getting closer to what you need? Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use

Re: serial send OK receive not ok

2005-02-10 Thread Dar Scott
-- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: sockets and Windows behavior

2005-02-11 Thread Dar Scott
it is wrong.) If I missed what you are getting at, I apologize and will try to target that. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: sockets and Windows behavior

2005-02-12 Thread Dar Scott
forgot what they are. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing

Re: Random Help

2005-02-15 Thread Dar Scott
bugs fixed or enhancements that extend basic can-do, especially those that allow other enhancements to be added nicely. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: How do you guys make sure you get paid?

2005-02-18 Thread Dar Scott
signs, but decided I wanted to take the risk in that particular case. I have moved on. I hope that my rambling helps. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: Machine() function not showing Mac?

2005-02-20 Thread Dar Scott
new info only on pre-X macs. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use

Re: general undo methods?

2005-02-20 Thread Dar Scott
it to 'do'. To keep from getting confused, I put each undoable action in a handler with a name, say 'abc' and it uses the handler 'undoAbc' in the line pushed onto the end of the undo list. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http

Re: Machine() function not showing Mac?

2005-02-22 Thread Dar Scott
() is a function that meets the spec in the doc, rather than a sugar coating for an OS call that might not be available in some environments. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services

Re: Encrypt/Decrypt

2005-02-22 Thread Dar Scott
On Feb 22, 2005, at 9:58 PM, Dwayne Rothe wrote: put the cipherNames into fld list --- does nothing, no errors, just nothing... whats missing here? What level and version of Revolution do you have? Dar -- ** DSC (Dar Scott Consulting Dar's Lab

Re: Rev 2.5 and OSX 10.1

2005-02-23 Thread Dar Scott
think it should be formally tested on all advertised platforms in alpha, or at least the scope and places in between.) Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: unlimited undo's for text fields

2005-02-26 Thread Dar Scott
-- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing list use-revolution

Re: How to safely set the icon of a button ?

2005-02-27 Thread Dar Scott
-- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing list use-revolution@lists.runrev.com http

Re: Passing UTF-8 through variables

2005-02-27 Thread Dar Scott
what encoding to use and stick with that when you can. -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: Passing UTF-8 through variables

2005-02-27 Thread Dar Scott
. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing list use-revolution

Re: UDP sockets - again

2005-02-28 Thread Dar Scott
to catch the info on lists or find it in responses to bug reports in bugzilla. Or who happened to stumble on it in tinkering. It is also possible to overload a system with UDP datagrams. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http

Re: Passing UTF-8 through variables

2005-03-01 Thread Dar Scott
redundant) clue as to file type. dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use

Re: UDP sockets - again

2005-03-02 Thread Dar Scott
-- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing list use-revolution@lists.runrev.com http

Re: Mortgage calc.

2005-03-02 Thread Dar Scott
-- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing list use-revolution@lists.runrev.com http

Re: UDP sockets - again

2005-03-02 Thread Dar Scott
On Mar 2, 2005, at 3:19 PM, Alex Tweedly wrote: (Not sure yet about receiving broadcast) You can receive broadcast. You can't control what IP address you are listening on, though, if you are multihomed. Dar -- ** DSC (Dar Scott Consulting Dar's

Re: socket size limit?

2005-03-09 Thread Dar Scott
Revolution is ambiguous or inadequate in distinctions among read until the buffer is empty, read until the channel is closed or read until an EOF character. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming

2.5.1 and HTTPS or SSL (was The Best just got Better)

2005-03-09 Thread Dar Scott
-- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman

Re: 2.5.1 and HTTPS or SSL (was The Best just got Better)

2005-03-13 Thread Dar Scott
-- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing list use-revolution

Re: Using sockets

2005-03-14 Thread Dar Scott
get rid of that? The game might be using lf cr at the end of each line. ASCII CR is numToChar(13); get rid of those. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: logic of having a background within a background: radio buttons

2005-03-14 Thread Dar Scott
On Mar 14, 2005, at 7:31 PM, Erik Hansen wrote: logic of having a background within a background: radio buttons require grouping Perhaps, it's best to think of only the outer group as the background. Dar -- ** DSC (Dar Scott Consulting Dar's Lab

Re: 2.5.1 and HTTPS or SSL (was The Best just got Better)

2005-03-15 Thread Dar Scott
you want with shell() and openSSL or maybe curl. I have used shell() and openSSL on both OS X and XP, but not for https. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: Poll: the sum(7,9)

2005-03-15 Thread Dar Scott
me of chemistry. Dar ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing list

Re: Trial software and registering

2005-03-18 Thread Dar Scott
prove that a demo is valid, but it the assumption holds then one can prove that it has expired. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: Characters in names

2005-03-21 Thread Dar Scott
or private prefix from the rest of the name. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: quickest way to remove text between paranthesis ?

2005-03-22 Thread Dar Scott
at the replaceText() function. If your parentheses can be nested, this gets a little harder. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

The paradigm of containers and self-referenced names

2005-03-22 Thread Dar Scott
-- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing list use-revolution@lists.runrev.com http

Re: The paradigm of containers and self-referenced names

2005-03-22 Thread Dar Scott
in this paradigm, then you should work to fix it and not try to hand out blinders. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: Rev and Externals (Was Re: OT: Analyzing competitors - In this case Real Software)

2005-03-22 Thread Dar Scott
in an external and can act as the sugar-coating glue to the external. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: The paradigm of containers and self-referenced names

2005-03-23 Thread Dar Scott
-- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman

Re: The paradigm of containers and self-referenced names

2005-03-23 Thread Dar Scott
be completely sure. And besides, some bug fixes might have changed that. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: Rev and Externals

2005-03-23 Thread Dar Scott
On Mar 22, 2005, at 10:52 PM, Andre Garzia wrote: I usually go even further and create proxy functions that wrap around third party transcript libs. I always did that, but it was since my last talk with Trevor that I thought that this might be a good tip for the rest of the community. But we

Re: The paradigm of containers and self-referenced names

2005-03-23 Thread Dar Scott
break a few traditional scripts in places that depend on name/literal differentiation in strange ways. Those may be flawed anyway, but I'm not sure. 4 Other? Dar Scott ___ use-revolution mailing list use-revolution@lists.runrev.com http

Re: The paradigm of containers and self-referenced names

2005-03-23 Thread Dar Scott
. When one maintains another's scripts, they might break. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: Rev and Externals

2005-03-23 Thread Dar Scott
uses of a function might help when this does happen. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: Posting Suggested Rev Features (was Re: The paradigm of containers....)

2005-03-23 Thread Dar Scott
-- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman

Re: The paradigm of containers and self-referenced names

2005-03-24 Thread Dar Scott
-- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing list use-revolution

Re: The paradigm of containers and self-referenced names

2005-03-24 Thread Dar Scott
not have to change. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing

Re: help with HTML escaping...

2005-03-26 Thread Dar Scott
to make your own for-each-line in unicode. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: SNMP software in Rev

2005-03-28 Thread Dar Scott
) and look up the protocol or find command-line utilities and use shell(). Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: Help with Unicode Text

2005-03-28 Thread Dar Scott
there are no surrogates. One way to convert your ASCII test char is this: get uniEncode(c,UTF8) So, you can go through each unicode character, accumulating values, but replacing those that need replacing. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http

Re: Help with Unicode Text

2005-03-28 Thread Dar Scott
On Mar 28, 2005, at 12:06 PM, Dan Friedman wrote: put field 2 into jData --field 2 contains Japanese text Whoops. I didn't see this. Try this: put the unicodeText of field 2 into jData Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http

Re: Help with Unicode Text

2005-03-28 Thread Dar Scott
On Mar 28, 2005, at 12:06 PM, Dan Friedman wrote: put jData into url (file:/Users/user1/Desktop/jappTest.txt) Sorry, Dan, I still missed something. For unicode use binfile. If I missed anything else, I'm sure somebody will catch it. I need to go take a break. dar

Re: Compiling Error

2005-03-30 Thread Dar Scott
On Mar 30, 2005, at 12:37 PM, Varen Swaab wrote: The action works perfectly until I add the line with visual effect dissolve. I'm confused. Is the error happening when you click the apply button or when you execute the script? Dar -- ** DSC (Dar

Re: Greek text in Rev fields under Linux

2005-03-31 Thread Dar Scott
the useUnicode to true set the unicodeText of field field to numToChar(0x222A) end mouseUp You should get a union symbol. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: contains or is in

2005-04-01 Thread Dar Scott
On Apr 1, 2005, at 8:02 AM, Thomas McGrath III wrote: --if myAlias contains .exe or .app then if myAlias contains .exe or myAlias contains .app then Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming

Re: contains or is in

2005-04-01 Thread Dar Scott
On Apr 1, 2005, at 10:37 AM, Thomas McGrath III wrote: OOOHHH well that makes sense.. --if myAlias contains .exe or .app then if myAlias contains .exe or myAlias contains .app then Thirty years ago I designed a language that would allow that and have it do what you want. It used what I

Re: contains or is in

2005-04-01 Thread Dar Scott
, or I'm poor at explaining things, or (most likely) both. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: Rev, sockets, IP Multicast Part II

2005-04-02 Thread Dar Scott
On Apr 2, 2005, at 12:17 PM, Alex Tweedly wrote: But how can we use IP Multicast when Rev doesn't support it ? I have a vague memory of the other Alex writing an external. I have made a mock multicast using UDP. Dar -- ** DSC (Dar Scott Consulting

Re: shell() not waiting - not hiding

2005-04-02 Thread Dar Scott
, and though it works great, my script is not waiting. Perhaps, it is writing to the console instead of stdout. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software

Re: shell() not waiting - not hiding

2005-04-03 Thread Dar Scott
-- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing list use-revolution@lists.runrev.com http

Re: How to get the difference between two lists?

2005-04-03 Thread Dar Scott
to the fronts and to the backs, where those do not include the middle line. 6. I know it involves loops, but I have looped through both loops together and that was satisfactory for what I was doing, but I was not that happy with it. Dar -- ** DSC (Dar

Re: How to get the difference between two lists?

2005-04-04 Thread Dar Scott
On Apr 4, 2005, at 12:07 AM, Brian Yennie wrote: What kind of database? You might be able to keep these operations in-database, depending on what the tables/ needs are. I like this one, Ken. In general, I'd reconsider the overall design. Specifically, I'd think about queries that do what you

Re: How to get the difference between two lists?

2005-04-04 Thread Dar Scott
-- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming Services and Software ** ___ use-revolution mailing list use-revolution

Re: How to get the difference between two lists?

2005-04-04 Thread Dar Scott
) into checkLine end repeat if listLine checkline then put listLine lf after resultList end if end repeat return char 1 to -2 of resultList end shortListDar4 -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc

Re: How to get the difference between two lists?

2005-04-05 Thread Dar Scott
) for a thousand and couldn't compile the regex for 10,000. There have been several times when I tried using the replaceText() function and was surprised at how slow it was. I may be thinking about it wrong. Dar -- ** DSC (Dar Scott Consulting

Re: How to get the difference between two lists?

2005-04-05 Thread Dar Scott
On Apr 5, 2005, at 11:12 AM, Wouter wrote: Could you compile a oneliner regex that worked in rev's filter function? Not one that worked. Only the replaceText() worked and then for smaller lists. This is what I tried: // replaceText version function shortListDar3 pL, pEx return

Re: Can't open file

2005-04-05 Thread Dar Scott
On Apr 5, 2005, at 1:51 PM, J. Landman Gay wrote: put attrib quote tPath quote -h into tCommand +H Maybe? dar ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: RunRev versus WinRar

2005-04-08 Thread Dar Scott
-- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ A Sponsor of RevCon West ** ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo

Re: RunRev versus WinRar

2005-04-08 Thread Dar Scott
On Apr 8, 2005, at 10:33 PM, Richard Gaskin wrote: The real culprit here is Microsoft, for not bothering to create a registry for file types to be associated with specific applications. Yeah! Only operating systems from Microsoft use file extensions! They shoulda... Uh. Wait. You sure about

Re: Currency and percentage in numeric evaluation

2005-04-10 Thread Dar Scott
-- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ A Sponsor of RevCon West ** ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: KeyDown/Press Issue - Help Needed ASAP

2005-04-10 Thread Dar Scott
On Apr 10, 2005, at 2:03 PM, Scott Rossi wrote: Have been trying to use the keysDown function to tell when keys are pressed, Maybe you can use rawKeyDown and rawKeyUp. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc

Re: Physiological data acquisition via USB

2005-04-11 Thread Dar Scott
devices for DAQ look just like a serial device. This might not be the case for yours, but it might. If so, it would look like, say, COM5: on Windows. Dar Scott -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ A Sponsor

<    2   3   4   5   6   7   8   9   10   11   >