Search found 2 matches

by Szven
Tue Apr 24, 2012 3:39 pm
Forum: Coding Questions
Topic: Easy problem for most of you very hard for me
Replies: 9
Views: 1737

Re: Easy problem for most of you very hard for me

started with:
test$ = "Sven"
ReplaceString(test$, "S", "H", #PB_String_InPlace, 1)
Debug test$
because for me it was the only good command I found in the reference, but i can´t add more letters like:
test$ = "Sven"
ReplaceString(test$, "S +, V", "H ,+ B", #PB_String_InPlace, 1)
Debug test ...
by Szven
Tue Apr 24, 2012 1:55 pm
Forum: Coding Questions
Topic: Easy problem for most of you very hard for me
Replies: 9
Views: 1737

Easy problem for most of you very hard for me

Hey, i want to make a programm where you can typ a text in and it swaps every letter (every a, b ,c and so on) vom the input text with every letter from a to z but i dont know how to make this, maybe one of you can help me i´m trying it for hours.

(Yes I´m started to learn just a few days ago but ...