| To: | "'Getting Started'" <gettingstarted at lists dot realsoftware dot com> |
|---|---|
| Subject: | RE: Pointers |
| From: | "Walter Purvis" <wpurvis at gmail dot com> |
| Date: | Wed, 30 Aug 2006 08:28:26 -0400 |
| Delivered-to: | listarchive at realsoftware dot com |
| Delivered-to: | gettingstarted at lists dot realsoftware dot com |
| Thread-index: | AcbMKH1Tu5bLXDgbEdupXwAKlcjX4AABvtCw |
> -----Original Message----- > I have a question to pointers: i want to write in RealBasic > like i do in > C/C++: > > MyProcedure(&errorcode,&text) > > How can i do this in RB? Not exactly sure what you're asking, but you can pass parameters by reference in RB. E.g., MyProcedure(byref errorcode as integer, byref text as string) Is that what you want? _______________________________________________ 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> |
|---|---|---|
| ||
| Previous by Date: | Re: Pointers, Russ Jones |
|---|---|
| Next by Date: | Re: Static Text Embedding, Chuck Pelto |
| Previous by Thread: | Re: Pointers, Russ Jones |
| Next by Thread: | Re: Pointers, Christian Sakowski |
| Indexes: | [Date] [Thread] [Top] [All Lists] |