Hi,
The options in a combobox all have something added to it which takes 5 characters.
What would be the quickest way to cut of these 4 variables in the Perl script?
example:
$var = "something (ma)";
should become:
$var = "something";
If I try long enough I might be able to get there with substring but I guess this can be done a lot quicker?
regards,
Ron
The options in a combobox all have something added to it which takes 5 characters.
What would be the quickest way to cut of these 4 variables in the Perl script?
example:
$var = "something (ma)";
should become:
$var = "something";
If I try long enough I might be able to get there with substring but I guess this can be done a lot quicker?
regards,
Ron