Jan 24, 2003, 12:01am
what would i store aw_data in with vb?
Jan 24, 2003, 11:34am
[View Quote]"scuz" <webmaster at awscape.com> wrote in message
news:3e309e83$1 at server1.Activeworlds.com...
> what would i store aw_data in with vb?
|
http://activeworlds.com/sdk/aw_data_set.htm ?
--Bowen--
Jan 24, 2003, 12:45pm
Fixed length string ...
Public Const AW_MAX_STRING_LEN As Long = 255
Dim szData As String * AW_MAX_STRING_LEN
[View Quote]"scuz" <webmaster at awscape.com> wrote in message
news:3e309e83$1 at server1.Activeworlds.com...
> what would i store aw_data in with vb?
>
>
|
Jan 24, 2003, 4:01pm
TY so much!!!!
[View Quote]"grimble" <grimble2000NOSPAM at btinternet.com> wrote in message
news:3e315193$1 at server1.Activeworlds.com...
> Fixed length string ...
>
> Public Const AW_MAX_STRING_LEN As Long = 255
>
> Dim szData As String * AW_MAX_STRING_LEN
>
> "scuz" <webmaster at awscape.com> wrote in message
> news:3e309e83$1 at server1.Activeworlds.com...
>
>
|
Jan 24, 2003, 4:07pm
Although I can only really see it usefull for storing the index number for
items in an array.
[View Quote]"scuz" <webmaster at awscape.com> wrote in message
news:3e317f63$1 at server1.Activeworlds.com...
> TY so much!!!!
>
> "grimble" <grimble2000NOSPAM at btinternet.com> wrote in message
> news:3e315193$1 at server1.Activeworlds.com...
>
>
|
Jan 24, 2003, 4:24pm
For some reason sdk.aw_data(AW_TERRAIN_NODE_HEIGHTS) allways returns one 0
any ideas?
[View Quote]"scuz" <webmaster at awscape.com> wrote in message
news:3e309e83$1 at server1.Activeworlds.com...
> what would i store aw_data in with vb?
>
>
|