This is the way how to catch digit before a specific symbol, for this case the symbol means (desc "-").
situation would be as follows :
"XXXXX-NAME"
we would need to catch all "X" before desc "-", so value would be "XXXXX".
even "X" is only 4 digits or more less we will get that all digit.
VB Script would be as below to support our case :
Click below picture for more clear preference
situation would be as follows :
"XXXXX-NAME"
we would need to catch all "X" before desc "-", so value would be "XXXXX".
even "X" is only 4 digits or more less we will get that all digit.
VB Script would be as below to support our case :
Click below picture for more clear preference
Great tutorial Wirat, can i download your source code for educational your almamater.., I don't have time for made module like you . Thanks
ReplyDelete