| July 23, 2003Next question.... | ||||
|---|---|---|---|---|
| 
 | ||||
| Is it possible to initialize an associative array of strings? I tried a couple of things but I haven't been able to make it work. For example I tried the following: alias char[] str; str[str] X = ["TEST":"TEST1"]; Which does not work. In fact I didn't have much luck getting associative arrays of strings to work at all. Thanks, Terry | ||||
| July 28, 2003Re: Next question.... | ||||
|---|---|---|---|---|
| 
 | ||||
| Posted in reply to Terry Bayne | There is currently no way to statically initialize an associative array. You'll need to load it up with explicit assignment statements. "Terry Bayne" <gnome@hiwaay.net> wrote in message news:Xns93C1A45D32CD4tbaynehiwaaynet@63.105.9.61... > Is it possible to initialize an associative array of strings? > > I tried a couple of things but I haven't been able to make it work. > > For example I tried the following: > > alias char[] str; > str[str] X = ["TEST":"TEST1"]; > > Which does not work. > > In fact I didn't have much luck getting associative arrays of strings to work at all. > > Thanks, > Terry | |||
Copyright © 1999-2021 by the D Language Foundation
  Permalink
Permalink Reply
Reply