playMaker

Author Topic: convert numeric value to alphabets  (Read 626 times)

pierre nay

  • Playmaker Newbie
  • *
  • Posts: 28
  • we used a vax to render spheres
convert numeric value to alphabets
« on: September 22, 2021, 03:11:16 AM »
is there a custom event that converts numeric values to Alphabets, i.e. (1-26) to (A-Z) ? in saying, I don't want to use an array to do this.
thank you.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: convert numeric value to alphabets
« Reply #1 on: September 22, 2021, 09:54:10 AM »
Hi.
Not with numbers 1-26
with keycodes it can be.
any reason why you don't want to use array?

pierre nay

  • Playmaker Newbie
  • *
  • Posts: 28
  • we used a vax to render spheres
Re: convert numeric value to alphabets
« Reply #2 on: September 23, 2021, 11:29:02 AM »
Hi, I have numerous FSM'S and various events requiring this format change which ends up as UI TEXT. The integers to convert to Alphabets are pulled from multiple integer arrays. My client now wants to visualize this data as Alphabets. the quick and dirty for me is to have an event that reformats before setting Text.





djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: convert numeric value to alphabets
« Reply #3 on: September 23, 2021, 11:47:45 AM »
Hi.
You could use a Run Fsm with a fsm template.
Then you can place that anywhere you need