Search:

Type: Posts; User: jbellies; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    17,052

    Re: How to put Down Arrow into clipboard

    Thanks, Eros!

    The answer in one word is "SENDKEYS".

    Here is code, based upon both of ours, to do the narrowly-defined
    task that I had in mind.



    uses "UI" '---Load user interface module
  2. Replies
    11
    Views
    17,052

    Re: How to put Down Arrow into clipboard

    Thanks for all the suggestions. So far, no luck. The program to which I am exporting is called "qubecalc", a 64x64x64 DOS-era spreadsheet. The purpose is just to gather a column of numbers from a...
  3. Replies
    11
    Views
    17,052

    How to put Down Arrow into clipboard

    Lines in the text clipboard are delineated by $crlf.
    I want to change those to DownArrow so that
    an old spreadsheet program will read the numbers
    (or whatever other data) properly.

    I've fooled...
Results 1 to 3 of 3