Michael Reade Posted October 6, 2008 Posted October 6, 2008 I'm trying to have Field_B replicate Field_A but having spaces between each letter... I've tried this function: Let ( [ $text = text ; $counter = $counter + 1 ; $result = "" ]; Case ( $counter > Length ($text) ; $result ; CF_Spacing ( $result & Middle ($text; $counter ; 1) & " " ) )) It's not working. Can anyone tell me why? Thanks, Michael
Recommended Posts
This topic is 5951 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now