[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Minimum typing in a Table
- From: PROXiCiDE <saiyuk7@...>
- Date: Sat, 11 Jun 2011 06:47:05 +0000 (UTC)
Hi is there a way to minimize the repeat typing of such.. -MAP at the end?
say...
Normal Version
Type = {
Arabia = "ARABIA-MAP",
Archipelago = "ARCHIPELAGO-MAP",
Baltic = "BALTIC-MAP",
Coastal = "COASTAL-MAP",
Continental = "CONTINENTAL-MAP",
CraterLake = "CRATER-LAKE-MAP",
Fortress = "FORTRESS-MAP",
GoldRush = "GOLD-RUSH-MAP",
Highland = "HIGHLAND-MAP",
Islands = "ISLANDS-MAP",
Mediterranean = "MEDITERRANEAN-MAP",
Migration = "MIGRATION-MAP",
Rivers = "RIVERS-MAP",
TeamIslands = "TEAMISLANDS-MAP",
Scenario = "SCENARIO-MAP"
}
Minimal Version?? If possible
Type = Map {
Arabia,
Archipelago,
....so on and so on
}