Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create Table Confusion?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00456897
Message ID:
00456900
Views:
21
Weird, this works.
cResult='astringwith45chars'

cTableName ='PRM1'+cResult
cTableString = ;
'create table '+cTableName+' ( '
cTableString = cTableString+' nEmpID n(16,0) , ' 
cTableString = cTableString+' cLastname c(64) ,  ' 
cTableString = cTableString+' cFirstName c(64) , ' 		
cTableString = cTableString+' tHireDate t(8) , ' 
cTableString = cTableString+' cIsTerm c(32) , ' 
cTableString = cTableString+' cNTName c(32) ' 
cTableString = cTableString+' )'		
? cTableString
&cTableString
But now I am stuck in macro substituion land.

How do I get out of that?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform