Oxygen Basic
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Latest OxygenBasic.zip at GitHub
(Click on the Wizard)
Home
Help
Search
Login
Register
Oxygen Basic
»
Programming
»
Bugs & Feature Requests
»
REDIM
« previous
next »
Print
Pages: [
1
]
Author
Topic: REDIM (Read 1903 times)
0 Members and 1 Guest are viewing this topic.
Aurel
Guest
REDIM
«
on:
April 19, 2013, 04:20:41 AM »
Hi Charles..
do we have REDIM ?
and is SHARED current keyword for global scoped varaible because o2 not complain
about SHARED keyword...
i ask this few things because i have XBLite code which crete linked list with array of data..
so i would like to translate this code to Oxygen...
Logged
Charles Pegge
Guest
Re: REDIM
«
Reply #1 on:
April 19, 2013, 05:53:54 AM »
Hi Aurel,
No there is no
shared
in Oxygen. Any variable defined
outside
a function or class is global. You can use the word
global
.
global d as double.
For
redim
, you need to use dynamic arrays. I have some macros for these.
Logged
Print
Pages: [
1
]
« previous
next »
Oxygen Basic
»
Programming
»
Bugs & Feature Requests
»
REDIM