Imagine you have a string variable that holder a credit
card (16digit). There are multiple ways of obtaining last
four digits of this number programmatically on a run time.
Name one; for practical purpose variables name is sCCnumber?
Answers were Sorted based on User's Feedback
Answer / smitha
Use Right function
sSubstring = Right (sString, iNumChars)
Eg. sCCnumber = "123456786543245"
Print ( right (sCCnumber ,4)
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ruchi
String sCCnumber = "123456786543245"
sCCnumber=Substr(sCCnumber,12,4)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sateesh_t7101@yahoo.co.in
i think use Edit_get_selection
if wrong plz ....
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / uday kumar. a
Just use the mod operator.
Say x=1234567
then modValue=x mod 10000
The modValue has a value of 4567
Another technique is by using substring function.
Try solution for substring function
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vimalkanth
Try using stuff method. The examples defined in help are
good enough.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is silktest project?
In for test there are three pass modes for function arguments. They are rarely used since pass mode always default to the most used one. Pls name them and specify which one is a default?
What is the advantage of using do except instead of other error logging functions?
what .inc file consists in silk?
Can silktest switch browsers automatically?
What is Silktest?
procedure or steps to do silk test? clearly
How can you read the contents of PDF using silktest?
How record a test case into a testplan automatically?
How to Write user defined functions?
Can u Tell me why we use Advanced tool like Silk Test other than QTP, Or WIN RUNNER And others what is the advantage of these compared o others
Define PEER Review ,what it contains & What we discuss in that meeting.