Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Weird concatenation

Status
Not open for further replies.

lyxus

Programmer
Joined
Nov 13, 2007
Messages
1
Location
CA
Hello,

I have some constant namde like this

ok1
ok2
ok3
ok4 etc....

I am doing a loop
but i don't know how i can acces to those value

for i in 0 to 1loop

if (d_col_1(i)='1') then
go("ok"+i,red);

END IF;

But it wont't work do you have any clue ?

Thanks
 
Status
Not open for further replies.

Similar threads

Replies
0
Views
138
Replies
1
Views
376

Part and Inventory Search

Sponsor

Back
Top