Hi,
If a string contaings numbers, then how can I get the biggest number from this string?
THanks
Printable View
Hi,
If a string contaings numbers, then how can I get the biggest number from this string?
THanks
Split your string per number and compare every string to another
give us an example of this string...
Maybe you're thinking about some regular expression stuff;)Quote:
Originally posted by robbedaya
Split your string per number and compare every string to another