About Inventory
Leks: Only the line number has changed.
Look at line 56. It starts out exactly as you have shown in your article. Insert the new text BEFORE the first ".
Or, if it makes more sence, replace " PackLocation=" with the new text. It all depends on whether you are thinking of "instert new text" or "replace existing text".
Here is what I did:
BEFORE:
" PackLocation="FFF,FFF" PackLocationProp="0000/0001,0000/0001" .....
AFTER:
Shrink.Checked=true Shrink.Activated=true Collapse.Checked=true Collapse
.Activated=true" PackLocation="FFF,FFF" PackLocationProp="0000/0001,0000/0001" .....
|