 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
SoulDaddy Guest
|
Posted: Mon Jan 08, 2007 8:39 pm Post subject: Constant expression expected |
|
|
hello to all im just wondering why can i can not place a const value
inside another const value?
here is the code i was just testing out as it was a solution to what i
needed but it appears it wont work so i will have to find another way
around it anyways here it is
Const
TTest : array[1..2,1..2] of String = ( ('testing this out', 'testing
this out'),
('Testing this out', 'testing
this out'));
TestThis : Array[1..2] of string = (TTest[1,1], TTest[2,1]); << here
is where i get Constant expression expected
this cannot be done? have had much experience with const values and am
just wondering thanks in advanced. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|