function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ani123ani123 

convert alphabet to numbers

hi can any one help  me how to replace text to number with formula field text

Sam27Sam27

In visualforce

 

from Text to Number -----  VALUE(text_value)

 

from Number to Text ------- TEXT(number_value)