On Jun 7, 2007, at 12:11 AM, Eliot Mason wrote:

  $rs_nation_dmap:="""
  NationName:=GS_NSLB_C2
  NationID:=GS_NSLB_C7
  NationRegionID:=GS_NSLB_C6
  NationRegionName:=GS_NSLB_C3
  NationPopulation:=GS_NSLB_C4
  NationUrbPopulation:=GS_NSLB_C5"""

In addition to what Peter mentions, I believe you should use : and not := like this:

$rs_nation_dmap:="""
NationName:                     GS_NSLB_C2;
NationID:                               GS_NSLB_C7;
NationRegionID:                 GS_NSLB_C6;
NationRegionName:               GS_NSLB_C3;
NationPopulation:               GS_NSLB_C4;
NationUrbPopulation:            GS_NSLB_C5"""

It's not an assignment, as in 4D, but a delimiter for key:value pairs and the ; is a delimiter for map (or list) elements.

HTH,

Jim

Rietz Enterprises
(352) 350 7242 FL
(630) 910-7075 IL
<mailto:[EMAIL PROTECTED]>
<http://www.think-different.com>


_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to