How to Convert data types in qtp
Converting data types in QTP is simple. In QTP all varaibles are of variant type.
To convert variable to data type - date, use cdate.
To convert variable to data type - string use cstr.
To convert variable to data type - Boolean use cbool.
No comments:
Post a Comment
Please Leave your reply. We value your feedback and inputs