realbasic-nug
[Top] [All Lists]

Re: Unified toolbar / window

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Unified toolbar / window
From: Karen <keatk at comcast dot net>
Date: Sat, 30 Apr 2005 23:13:48 -0400
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <BE99AEF6 dot 3655B%mbenonis_lists at mac dot com> <42BB6ADD-999B-45C0-B24C-F346801EA27E at freaksw dot com>

On Apr 30, 2005, at 10:49 PM, Seth Willits wrote:

2^7?  What does this flag represent?  It isn't listed in MacWindows.h.

2^7  is  1L << 8.


Or in lesser geek speak:
  2*2*2*2*2*2*2 or Pow(2,7)

RB does not implement the one other common exponentiation operator used in other languages: 2**7

Karen (Who was one who signed onto the request for the exponentiation "^" operator)
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>