realbasic-nug
[Top] [All Lists]

IDEScript: setting a Constant

To: "NUG REALbasic mailing list [Digest]" <realbasic-nug@lists.realsoftware.com>
Subject: IDEScript: setting a Constant
From: "emile.a.schwarz" <emile.a.schwarz@wanadoo.fr>
Date: Thu, 30 Apr 2009 01:06:17 +0200 (CEST)
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com
Delivered-to: listarchive@realsoftware.com
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
Hi all,

The following code create a new Constant and set its value to Emile. The 
default constant name is "Untitled" and stay as is.

The third line (still below), is (apparently) ignored. I was hoping (wanted) it 
change the name of the Constant to kSchwarz.

DoCommand("NewConstant")
ConstantValue(Location) = "Emile"
PropertyValue(Location) = "kSchwarz"

Any idea on how I can do that ?

Emile


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


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