Hello, HashCode :) Tell me, please, how can I get the value before a certain character? Example, there is a number:
0.35
I need to get 0 and put it in a variable, or an example:
234.23
Enter 234 into a variable ... How can this be implemented? And everything after the point (including the point itself) would simply be ignored.