Jump to content

__sub__g

Members
  • Posts

    38
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

__sub__g's Achievements

Advanced Member

Advanced Member (3/4)

0

Reputation

  1. What does "Step two is to move the string to the beginning of the buffer" mean??
  2. Thank you so much Joe.L, like you said removing from the same ladder solved the problem. I have one problem now I have number and String, I want to concatenate them. I tried to using Num to Ascii function, but this did not do it. Eg String1=”abc” Mi 1= 100 Sting Final=”abc100” How could I do this?
  3. I am getting an error with the conversion. Does not make sense!! Do you see any error? Mi913 is not being used anywhere else.
  4. Thank you so much Joe.T I was able to do it Now I want to set Mi value to O if 10 N if 11 D if 12
  5. I want to save the month with only one character 1-9 is not a problem But 10,11,12 needs to saved as 10-O (December) 11-N (November) 12-D (December) I am using mm//dd for RTC I used function:( string to left )to find the two numbers Now I want to convert String to integer? How can I do that?
  6. Hey Joe, I tried it but it didn't work D you mean something like this?
  7. I wanted use single input to write different lines on csv file. What would be a good way to do that?
  8. @Flex727 @Ausman Thank you for you help. I was able to correct the error. I had a question regarding while writing in csv file. Is there a way to write in bold letter while writing data using latter logic?
  9. I wanted to have a 2 second delay then display screen CS. I tried implementing using the following logic, but this does not work. What would be a good way to implement that?
  10. @kratmel thank you for your help I was trying to import data from excel that have more than 1 elements. I tried to do it but it gave me an error. What would be a good way to do it? I separated by elements with semicolon
  11. @Flex727 Thank you for your quick resonse. I am importing data using excel. Is there a way to add null at the end of string for all imported string.
  12. @Flex727 Thank you for your quick response MI 299 is a string and has different length as mentioned before. When the is less than 15 it displays again.I am not taking abt Value Va. I want the user to see the output neatly.
  13. The Variable: ACIII String is being used to display different length string from 2-15. I have to set the Number of Character to 15 for longest case but doing that 2 len string s getting duplicated. Is there a way to fix this?
×
×
  • Create New...