• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Army Composition Rules

  • Thread starter Thread starter Jaster at mindless.com
  • Start date Start date
J

Jaster at mindless.com

Guest
I'm throwing together some Data File for a relatively new system, and
I'm having trouble with the army composition rules. I've got
composition groups Sqds, Indv, Chrs, and Vhcl. There can be one unit
of Indv, Chrs, or Vhcl for each unit of Sqds.

So here's what I've tried:
Sqds@>=Indv+Chrs+Vhcl,Indv@?,Chrs@?,Vhcl@?
This appears to give me validation errors if the number of MODELS in
Indv is equal to or greater than the number of MODELS in Sqds.

Sqds:urelu>=Indv+Chrs+Vhcl,Indv@?,Chrs@?,Vhcl@?
ABcreator doesn't even want to accept this, telling me there's
something wrong with the line. I haven't gotten any instance of ?
rel? to work, though it seems that would be the solution to my
problem.

Any help would be greatly appreciated. Thanks!

-Jaster


-------------------------- eGroups Sponsor -------------------------~-~>
Get FREE long-distance phone calls on Tellme!
Click here for the scoop:
http://click.egroups.com/1/9531/16/_/36190/_/971672995/
---------------------------------------------------------------------_->

To unsubscribe from this group, email

armybuilder-unsubscribe@egroups.com
 
I'm throwing together some Data File for a relatively new system, and
I'm having trouble with the army composition rules. I've got
composition groups Sqds, Indv, Chrs, and Vhcl. There can be one unit
of Indv, Chrs, or Vhcl for each unit of Sqds.

So here's what I've tried:
Sqds@>=Indv+Chrs+Vhcl,Indv@?,Chrs@?,Vhcl@?
This appears to give me validation errors if the number of MODELS in
Indv is equal to or greater than the number of MODELS in Sqds.

Sqds:urelu>=Indv+Chrs+Vhcl,Indv@?,Chrs@?,Vhcl@?
ABcreator doesn't even want to accept this, telling me there's
something wrong with the line. I haven't gotten any instance of ?
rel? to work, though it seems that would be the solution to my
problem.

I'm also wondering how to get AB to go to the next line in the
comments or notes field of an option.

Any help would be greatly appreciated. Thanks!

-Jaster

(Sorry if this was posted twice, I think egroups was being buggy)


-------------------------- eGroups Sponsor -------------------------~-~>
Tellme Sports. Tellme Stocks. Tellme News. Just Tellme.
Call 1-800-555-TELL and hear everything. For info visit:
http://click.egroups.com/1/9529/16/_/36190/_/971673284/
---------------------------------------------------------------------_->

To unsubscribe from this group, email

armybuilder-unsubscribe@egroups.com
 
The problem with the composition rule you're using is that you are MIXING
the syntax from V1 and V2. If you use "sqds:urelu...", then all other
groups must use the SAME syntax. This means that the "Indv" group has to
use the "indv:any" syntax, as do the other remaining groups.

If you insert a ';' (semi-colon) character within any of the notes
sections, AB will treat this as the insertion of a newline.

Thanks, Rob


At 05:14 AM 10/16/00 +0000, you wrote:
>I'm throwing together some Data File for a relatively new system, and
>I'm having trouble with the army composition rules. I've got
>composition groups Sqds, Indv, Chrs, and Vhcl. There can be one unit
>of Indv, Chrs, or Vhcl for each unit of Sqds.
>
>So here's what I've tried:
>Sqds@>=Indv+Chrs+Vhcl,Indv@?,Chrs@?,Vhcl@?
>This appears to give me validation errors if the number of MODELS in
>Indv is equal to or greater than the number of MODELS in Sqds.
>
>Sqds:urelu>=Indv+Chrs+Vhcl,Indv@?,Chrs@?,Vhcl@?
>ABcreator doesn't even want to accept this, telling me there's
>something wrong with the line. I haven't gotten any instance of ?
>rel? to work, though it seems that would be the solution to my
>problem.
>
>I'm also wondering how to get AB to go to the next line in the
>comments or notes field of an option.
>
>Any help would be greatly appreciated. Thanks!
>
>-Jaster
>
>(Sorry if this was posted twice, I think egroups was being buggy)


---------------------------------------------------------------------------
Rob Bowes (rob@wolflair.com) (650) 726-9689
Lone Wolf Development www.wolflair.com

-------------------------- eGroups Sponsor -------------------------~-~>
Dial 1-800-555-TELL -- You Won't Believe Your Ears!
For more details, click here:
http://click.egroups.com/1/9537/16/_/36190/_/971680729/
---------------------------------------------------------------------_->

To unsubscribe from this group, email

armybuilder-unsubscribe@egroups.com
 
Thanks! Both fixes worked wonderfully!

-Jaster

--- In armybuilder@egroups.com, Rob Bowes <rob@w...> wrote:
> The problem with the composition rule you're using is that you are
MIXING
> the syntax from V1 and V2. If you use "sqds:urelu...", then all
other
> groups must use the SAME syntax. This means that the "Indv" group
has to
> use the "indv:any" syntax, as do the other remaining groups.
>
> If you insert a ';' (semi-colon) character within any of the notes
> sections, AB will treat this as the insertion of a newline.
>
> Thanks, Rob



-------------------------- eGroups Sponsor -------------------------~-~>
Restaurants, Movies, Weather, Traffic & More!
Access Tellme from any phone. For more info visit:
http://click.egroups.com/1/9534/16/_/36190/_/971706510/
---------------------------------------------------------------------_->

To unsubscribe from this group, email

armybuilder-unsubscribe@egroups.com
 
Back
Top