Thank you! Afer adapting the code for labels it worked like a charm!
Really grateful for your help!
Really grateful for your help!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuString text = "test";
for (int i = 0; i <= text.Length; i++)
{
String substring = text.Substring(0, i);
DisplayAt(50,400,500, substring);
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.028 seconds with 18 queries.