realbasic-nug
[Top] [All Lists]

Re: Function Help

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Function Help
From: Frank Bitterlich <bitterlich at gsco dot de>
Date: Tue, 31 Aug 2004 18:29:14 +0200
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <6DA4EC73-FB5F-11D8-836E-000A95CC8426 at lumigen dot com> <E28B45E8-FB60-11D8-B88E-000A95E5406A at gsco dot de> <42B89BDC-FB62-11D8-836E-000A95CC8426 at lumigen dot com>
Well, then what exactly does not work?

Are you sure that the device returns the weight if form of an text string?

Cheers,
   Frank+++

Am 31.08.2004 um 17:27 schrieb Jason Boes:

That Function does not work either. I do know that it is exactly 18 bytes.
I'm not sure that the value I type in the text area is being captured.

On Aug 31, 2004, at 11:17 AM, Frank Bitterlich wrote:

Jason,
maybe you should do the tutorials; they show how to return values from functions and similar.

In this example, the function should read...

Function CutOffWeight() as Single
   return CDbl(CutOffField.Text)
end Function
...
--

Günter Schmidt & Co. oHG
Frank Bitterlich             eMail: bitterlich at gsco dot de
Schlosserstr. 4              WWW:   http://www.gsco.de/
D-60322 Frankfurt            Tel.:  069 / 156809-29
GERMANY                      Fax:   069 / 156809-28

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

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

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