You need to sign in to do that
Don't have an account?
DannyK89
Getting a certain length of characters from a Long Text Area Field
I was wonderting if there is a way to get a certain number of characters from a Long Text Area Field. I only want 500 Characters of the Long Text Area Field.
500 random characters? The first 500? The last 500?
Search the following page for "String" and click the result "String Methods". Look into the substring method.
http://www.salesforce.com/us/developer/docs/apexcode/index_Left.htm#StartTopic=Content/apex_qs_HelloWorld.htm
All Answers
500 random characters? The first 500? The last 500?
Search the following page for "String" and click the result "String Methods". Look into the substring method.
http://www.salesforce.com/us/developer/docs/apexcode/index_Left.htm#StartTopic=Content/apex_qs_HelloWorld.htm
Get the value from text area field in string and do something like this :
Thanks
Ankit Arora
Blog | Facebook | Blog Page