aClass30_Sub2_Sub1_Sub4_1272.method389(false, true, c / 2 - 90, 0xfff00, "Port:" + port + ((anInt1216 == 3) & (anInt1105 % 40 < 20) ? "" : ""), j);
            j += 15;

That code above, is not changeable, you cant change the port.

But this code below is changable, so you can change your username,

aClass30_Sub2_Sub1_Sub4_1272.method389(false, true, c / 2 - 90, 0xffffFF, "Username: " + aString1173 + ((anInt1216 == 0) & (anInt1161 % 40 < 20) ? "@xxx@|" : ""), j);
            j += 15;

----------------
What would i add to the first code, to make it changeable, so i can change the port?

There is an expression:

someVariable = (boolean)?value1:value2

Which is used in the code you showed.
If boolean is true then the someVariable will take as value the value1
If boolean is false then the someVariable will take as value the value2

Now compare those two expressions in both codes you sent. What do they return as <value1> and as <value2>?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.