![]() |
![]() ![]() ![]() ![]() ![]()
|
Author | Topic: Help with variables |
melbrown2k |
![]() Right, i'm trying to use a numeric variable as part of a string variable. I tried this: set numeric <num; 1> But it doesn't work. Is it possible to do what i'm trying to do? Or is there another way round it? Please help. Mel |
MaDbRiT |
![]() I don't know what you are trying to do - but I think it looks like you need to use an array: Here's how I'd do it;
quote: You can use the either a literal or the 'num' variable to access an array of names this way - which is what I guess is what you want to do. Al |
melbrown2k |
![]() Thanks a lot, its working now. Mel |