i've reach a point in my project where i'm good. i'm getting ready to try some new things and i don't know if there going to work or not. so i want to create a copy of my project and work on this new copy. if everything works out i will contiue with the new copy but if i get myself into a mess i want to be able to jump back to the point i'm at right now. heres what i tried and failed. all of my project sits in a folder called doid2, so i made a copy of doid2 folder and renamed it doid3. then inside the doid3 folder i renamed doid2.b4a to doid3.b4a. then i opened doid3.b4a with the ide and right away i could see something was wrong, things that should have been blue were red. so i tried a compile and run and got the following error:
Parsing code. Error
Error parsing program.
Error description: The given key was not present in the dictionary.
Occurred on line: 73
Sub Public SendToBigBoy(AString As String)
did i do something wrong?? how am i supposed to create a new version ??
Parsing code. Error
Error parsing program.
Error description: The given key was not present in the dictionary.
Occurred on line: 73
Sub Public SendToBigBoy(AString As String)
did i do something wrong?? how am i supposed to create a new version ??