Use the LCase function and to convert a string to lower-case.
Use the UCase function and to convert a string to upper-case.
portlName = "AdvancedQTP"
Print LCase( portlName ) ' prints "advancedqtp"
Print UCase( portlName ) ' prints "ADVANCEDQTP"
Posted in VBScript


daniva




Recent Comments