Oxygen Basic
Programming => Problems & Solutions => Topic started by: Peter on February 14, 2012, 11:56:52 AM
-
Deleted....
-
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