Oxygen Basic

Programming => Problems & Solutions => Topic started by: Peter on February 14, 2012, 11:56:52 AM

Title: Single
Post by: Peter on February 14, 2012, 11:56:52 AM
Deleted....
Title: Re: Single
Post by: Charles Pegge on February 15, 2012, 01:11:51 AM
Hi Peter,

In the current Oxygen I checked for error trapping as follows:

dim singel s 'both singel and s  are treated as a sys type

dim as singel s 'trapped

dim s as singel 'trapped

singel s 'trapped


Charles