Anyone know how to insert multiple lines into a 'memo' type field for a database? This is what I get when I id something:
Item: 'wind dagger'
Weight: 4 Typical cost: 2932 Level: 20 (very uncommon)
Type: WEAPON Composition: NONE Requires 16 strength to wield.
Dieroll: 5d3 stab Weapon speed: normal
Item has effects as:
Affects: HITROLL by 3
Affects: DAMROLL by 3
Affects: DEX by 1
Affects: STR by -2
How would I capture all the 'Affects' into the same field (field name is 'affects') that I have set up as a 'memo' type (as opposed to 'text')?
Thanks,
MadBomber