Originally Posted By: Tomao
This may not be what you're asking about, but it's an idea...

Code:
alias test { 
  var %i = 1,%h = $hget(Tablename,0).item
  hdel Tablename Originaltext 1
  while %i <= %h { 
    hadd Tablename Newtext 2
    inc %i 
  } 
}


Perhaps /hsave and /hload may well be used in this case...


Yes and no, it's the basic routine, but I want to change the item name only and keep the same data.

Actually I'm trimming the ident off the name!ident. When I manually look up an item, I can't remember their ident, but I have their name.