From: Michael M. <mi...@gn...> - 2005-10-13 10:36:17
|
Try this: =2D set an alias, call it for instance "p" =A0{setalias:p:wpr} =A0(setalias is not part of AA but similar to als[p]=3Dwpr) =2D use a value that contains p inside a cmd statement =A0{view.php3?cmd[NN]=3Dc-1-{p}&debug=3D1} What happens? Output from debug: ParseCommand - cmd:c-1-wpr ParseViewParameters - command:Array ( [0] =3D> c [1] =3D> 1 [2] =3D> wwprr ) The p in the value got expanded as well! This is I think a bug.=20 I have found a quick workaround, use cmd[][] instead but should be fixed=20 really ({view.php3?cmd[NN][]=3Dc-1-{p}&debug=3D1} mimo |