Special

Introducing the “Welcome to Xojo” Bundle!

New to Xojo and looking for guidance? We've put together a terrific bundle to welcome you! Xojo Bundle

This bundle includes six back issues of the magazine -- all of year 21 in printed book and digital formats -- plus a one-year subscription (beginning with 22.1) so you'll be learning all about Xojo for the next year. It's the perfect way to get started programming with Xojo. And you save as much as $35 over the non-bundle price!

This offer is only available for a limited time as supplies are limited, so hurry today and order this special bundle before the offer goes away!

Article Preview


Buy Now

Issue 3.3

COLUMN

A Conversion Example

Simulating custom types in REALbasic

Issue: 3.3 (January/February 2005)
Author: Owen Yamauchi
Author Bio: Owen Yamauchi is a freelance programmer who has been programming REALbasic since version F4. He is the Lead Programmer for Domain Softworx, a company that produces developer tools for REALbasic.
Article Description: No description available.
Article Length (in bytes): 9,032
Starting Page Number: 36
Article Number: 3317
Resource File(s):

Download Icon 3317.zip Updated: 2013-03-11 19:07:58

Related Link(s): None

Excerpt of article text...

In this column, we'll deal with a very useful Visual Basic (VB) code construct that has no equivalent in REALbasic (RB). Custom types allow you to define a new data type, for example (this is VB code):

Private Type Merchandise

Name as String

Price as Double

...End of Excerpt. Please purchase the magazine to read the full article.