Prüft, ob ein Load Index gültig ist.
static bool isValidLoadIndex(int loadIndex) { return parseLoadIndexLbs(loadIndex) != -1; }