Hi! Would like to ask help re: conversion of a string to uppercase in Adobe Designer. I have tried using the ff:
using FormCalc
TextFieldname.rawvalue = Upper(TextFieldname.rawvalue)
using JavaScript
TextFieldname = TextFieldname.ToUpperCase();
Both did not work properly. Am I missing sumthin? Thanks in advance.
using FormCalc
TextFieldname.rawvalue = Upper(TextFieldname.rawvalue)
using JavaScript
TextFieldname = TextFieldname.ToUpperCase();
Both did not work properly. Am I missing sumthin? Thanks in advance.