![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: dynamic arrays Topic Summary: Created On: 25-Jul-2005 09:08 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Hello,
Is there any possibilty to create dynamic arrays? normally you create an array with: Array test = create(x,y) but i need a way to create something like Array test = create(y) (and y=1) so an one-dimensional array, which has no end ![]() Thanks in advance. Ben |
|
![]() |
|
![]() |
|
Arrays ARE dynamic. They automatically resize according to what you add to them.
// create an array Array test = create(1, 1) // then you can legally do this - the array is resized to (26, 1) put(test, string "hello", 25, 1) ------------------------- Tony Goodman http://www.smartdxl.com |
|
![]() |
|
![]() |
|
oh that's working? great!
Thanks
![]() |
|
![]() |
|
![]() |
|
oops
------------------------- Tony Goodman http://www.smartdxl.com Edited: 25-Jul-2005 at 13:50 by Tony Goodman |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
dynamic arrays
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.