Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to create this array
Message
From
25/04/2002 16:52:38
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How to create this array
Miscellaneous
Thread ID:
00649349
Message ID:
00649349
Views:
27
Hello all

How to create this in vfp
  R = new AssocArray()	&& The subscripts are character strings representing
  R[ '68']='SERVICE'    && allowable record lengths for incoming text files.
  R['124']='PAYMENT'
  R['203']='DENIED'	&& 203 or 204 acceptable
  R['204']='DENIED'	&& rec lens for Denied file
  R['246']='ASSESS'
  R['281']='REGISTRY'
  R['289']='CHANGE'
txs
Next
Reply
Map
View

Click here to load this message in the networking platform