Sure, you're going to use the min() expression. Sounds kinda backwards, but min() will give you the lower of the two numbers, thus setting a maximum value when you're using one variable that constantly increases.
So you would use min(Sprite.Platform.JumpStrength+200, x), where x is your maximum jump strength.