For Programmers: Free Programming Magazines  


Home > Archive > Visual Studio > November 2005 > Macro Substitution in .net as foxpro









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Macro Substitution in .net as foxpro
uskolte

2005-11-20, 1:23 pm

in foxpro we can use macro sustitution as follows

for storing values in name1,name2,name3...name10
for i = 1 to 10
ti=alltrim(str(i))
name&ti=i*10
endfor

What is equivalent for such type of substitution like (&ti) in VB .net
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com