MoveInto
BString& MoveInto(BString& into, int32 from, int32 length);
void MoveInto(char* into, int32 from, int32 length);
address.MoveInto(fHost, 0, index);
host.MoveInto(port, host.FindFirst(':'), host.Length());
currentLine->MoveInto(*newLine, i,
currentLine->MoveInto(*newLine, lastBreak,
fPreText.MoveInto(fMatchText, choice->MatchPos(), choice->MatchLen());
fPreText.MoveInto(fPostText, choice->MatchPos(), fPreText.Length());
output.MoveInto(responseData->category, 0, output.FindFirst(" "));
output.MoveInto(responseData->cddbID, 0, output.FindFirst(" "));
output.MoveInto(responseData->artist, 0, output.FindFirst(" / "));
output.MoveInto(responseData->title, 0, output.FindFirst("\r\n"));
output.MoveInto(statusCode, 0, 3);
output.MoveInto(line, 0, output.FindFirst("\r\n"));
line.MoveInto(prefix, 0, line.FindFirst("="));
line.MoveInto(artist, 0, line.FindFirst(" / "));
prefix.MoveInto(index, 6, prefix.Length() - 6);
line.MoveInto(trackArtist, 0, pos);
newCddbServer.MoveInto(portString, pos + 1,
output.MoveInto(statusCode, 0, 3);
line.MoveInto(url, 4, line.Length());
line.MoveInto(url, s, e - s);
dataString.MoveInto(tempRange, 0, index);
line.MoveInto(&type, 0, 1);
additionalData.MoveInto(value, 0, firstComma);
value.MoveInto(name, 0, equal);
tmpString.MoveInto(in, 0, 3);
tmpString.MoveInto(in, 0, 4);
flattenedCookies.MoveInto(tempCookieLine, 0, endOfLine);
tempCookieLine.MoveInto(tempString, 0, endOfField);
tmpString.MoveInto(in, 0, 3);
string2.MoveInto(string1, 3, 2);
string2.MoveInto(string1, 0, 200);
string1.MoveInto(dest, 3, 2);
string1.MoveInto(dest, 0, 50);