Re: Scripts

2021-06-28 Thread Christopher Stone
On 06/28/2021, at 04:35, Paul G mailto:p...@profile-music.com>> wrote: > Would anyone be up to writing a couple of basic scripts for me to use in > BBEdit? > If so let me know price. > > I just need a script to alphabetically sort lines within certain parameters > inside a text doc and another

Re: Scripts

2021-06-28 Thread Patrick Woolsey
On 6/28/21 at 5:35 AM, p...@profile-music.com (Paul G) wrote: [...] I just need a script to alphabetically sort lines within certain parameters inside a text doc and another to replace certain text within a text doc. I know this may be simple but do not have knowledge or time to do this

Re: Scripts

2021-06-28 Thread MediaMouth
> On Jun 28, 2021, at 05:48, Paul G wrote: > > Hey All. > > Would anyone be up to writing a couple of basic scripts for me to use in > BBEdit? > If so let me know price. > > I just need a script to alphabetically sort lines within certain parameters > inside a text doc and another to

Re: Scripts to send command files to Stata/R selected text to Stata

2013-07-01 Thread Steve Samuels
There are other scripts around. For R, see: https://files.nyu.edu/jmb736/public/projects/R.html On Friday, June 28, 2013 5:40:28 PM UTC-4, Steve Samuels wrote: Stata 13 changed its scripting behavior and broke the previous scripts. I've revised them to work with any Stata version. The

Re: Scripts to send command files to Stata/R selected text to Stata

2013-06-29 Thread Neil Tiffin
Excellent, I did not know these existed and they will make my R work much easier. Neil On Jun 28, 2013, at 7:35 PM, Steve Samuels sjsamu...@gmail.com wrote: I should have added that Ben Hulley was the author of the originals of these scripts. See the header material of the

Re: Scripts to send command files to Stata/R selected text to Stata

2013-06-28 Thread Steve Samuels
I should have added that Ben Hulley was the author of the originals of these scripts. See the header material of the Send_to_Stata_or_R for some other sources of that script. I modified or added only about six of 58 lines in Ben's original Send_Selection_To_Stata . -- This is the

Re: Scripts that report information about selected text?

2011-08-10 Thread Bruce Van Allen
On 2011-08-10, rowen wrote: I'd want to write a script that reports the sum and mean of a column of numbers that are selected using column selection. I have a Python text filter that does this now with normally selected text (working on the first number found on each line), but it writes the

Re: Scripts that report information about selected text?

2011-08-10 Thread John Delacour
At 11:00 -0700 10/08/2011, rowen wrote: I'd want to write a script that reports the sum and mean of a column of numbers that are selected using column selection. I have a Python text filter that does this now with normally selected text (working on the first number found on each line), but it