• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Export Image From FileMaker
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Export Image From FileMaker


  • Subject: Re: Export Image From FileMaker
  • From: Walter Ian Kaye <email@hidden>
  • Date: Thu, 13 Nov 2003 13:38:35 -0800

At 07:51a -0600 11/13/2003, Joshua See didst inscribe upon an electronic papyrus:

On Tuesday, November 11, 2003, at 04:28 PM, Walter Ian Kaye wrote:
Since AS doesn't have a 'repeat' operator, you could generate a dummy header like this:
Huh?

The key word in my sentence was 'operator'. A loop is not an operator.
Ergo my statement is true. It was a sweeping specificization. ;-)

Perhaps I should have said "repetition operator".

IAC, it is a built-in "concatenate n times" operator.

In Perl:

h = "0" x 512;

In ProTERM's DIRC:

h = STR_REPEAT("0",512); //well, there it's a function; still not a loop

And in some other language it is REPT() but I forget which one. (FoxPro?)


I have not done any speed tests, but I would bet that a loop would be much slower (because loops have overhead).


-boo
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

References: 
 >Re: Export Image From FileMaker (From: Joshua See <email@hidden>)

  • Prev by Date: Re: Stay-open applet - problems on quitting
  • Next by Date: Re: Stay-open applet - problems on quitting
  • Previous by thread: Re: Export Image From FileMaker
  • Next by thread: Re: Export Image From FileMaker
  • Index(es):
    • Date
    • Thread